Warning, /graphics/krita/libs/ui/forms/wdgfilterdialog.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>
0004     SPDX-FileCopyrightText: none
0005     SPDX-License-Identifier: GPL-3.0-or-later
0006   </author>
0007  <class>FilterDialog</class>
0008  <widget class="QDialog" name="FilterDialog">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>557</width>
0014     <height>72</height>
0015    </rect>
0016   </property>
0017   <property name="sizePolicy">
0018    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0019     <horstretch>0</horstretch>
0020     <verstretch>0</verstretch>
0021    </sizepolicy>
0022   </property>
0023   <property name="minimumSize">
0024    <size>
0025     <width>0</width>
0026     <height>0</height>
0027    </size>
0028   </property>
0029   <property name="windowTitle">
0030    <string>Dialog</string>
0031   </property>
0032   <layout class="QVBoxLayout" name="verticalLayout">
0033    <property name="spacing">
0034     <number>12</number>
0035    </property>
0036    <item>
0037     <widget class="KisFilterSelectorWidget" name="filterSelection" native="true">
0038      <property name="sizePolicy">
0039       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0040        <horstretch>0</horstretch>
0041        <verstretch>0</verstretch>
0042       </sizepolicy>
0043      </property>
0044     </widget>
0045    </item>
0046    <item>
0047     <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,0,0,0,0,0">
0048      <property name="spacing">
0049       <number>3</number>
0050      </property>
0051      <property name="topMargin">
0052       <number>0</number>
0053      </property>
0054      <item>
0055       <widget class="QPushButton" name="filterGalleryToggle">
0056        <property name="text">
0057         <string notr="true"/>
0058        </property>
0059        <property name="checkable">
0060         <bool>true</bool>
0061        </property>
0062       </widget>
0063      </item>
0064      <item>
0065       <widget class="QCheckBox" name="checkBoxPreview">
0066        <property name="text">
0067         <string>Preview</string>
0068        </property>
0069       </widget>
0070      </item>
0071      <item>
0072       <widget class="QCheckBox" name="chkFilterSelectedFrames">
0073        <property name="text">
0074         <string>Multiframe</string>
0075        </property>
0076       </widget>
0077      </item>
0078      <item>
0079       <spacer name="horizontalSpacer_2">
0080        <property name="orientation">
0081         <enum>Qt::Horizontal</enum>
0082        </property>
0083        <property name="sizeHint" stdset="0">
0084         <size>
0085          <width>1</width>
0086          <height>20</height>
0087         </size>
0088        </property>
0089       </spacer>
0090      </item>
0091      <item>
0092       <widget class="QPushButton" name="pushButtonCreateMaskEffect">
0093        <property name="enabled">
0094         <bool>true</bool>
0095        </property>
0096        <property name="text">
0097         <string>Create Filter Mask</string>
0098        </property>
0099       </widget>
0100      </item>
0101      <item>
0102       <widget class="QDialogButtonBox" name="buttonBox">
0103        <property name="sizePolicy">
0104         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
0105          <horstretch>0</horstretch>
0106          <verstretch>0</verstretch>
0107         </sizepolicy>
0108        </property>
0109        <property name="standardButtons">
0110         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0111        </property>
0112       </widget>
0113      </item>
0114     </layout>
0115    </item>
0116   </layout>
0117  </widget>
0118  <customwidgets>
0119   <customwidget>
0120    <class>KisFilterSelectorWidget</class>
0121    <extends>QWidget</extends>
0122    <header>widgets/kis_filter_selector_widget.h</header>
0123    <container>1</container>
0124   </customwidget>
0125  </customwidgets>
0126  <resources/>
0127  <connections/>
0128 </ui>