Warning, /graphics/krita/plugins/paintops/deform/wdgdeformoptions.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>WdgDeformOptions</class>
0008  <widget class="QWidget" name="WdgDeformOptions">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>340</width>
0014     <height>460</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>340</width>
0026     <height>415</height>
0027    </size>
0028   </property>
0029   <layout class="QGridLayout" name="gridLayout">
0030    <item column="0" row="0">
0031     <widget class="QLabel" name="deformLabel">
0032      <property name="font">
0033       <font>
0034        <weight>75</weight>
0035        <bold>true</bold>
0036       </font>
0037      </property>
0038      <property name="text">
0039       <string>Deform Mode</string>
0040      </property>
0041     </widget>
0042    </item>
0043    <item column="0" row="1">
0044     <layout class="QGridLayout" name="modesGrid">
0045      <item column="0" row="0">
0046       <widget class="QRadioButton" name="growBtn">
0047        <property name="text">
0048         <string comment="Grow as in deform brush engine">Grow</string>
0049        </property>
0050       </widget>
0051      </item>
0052      <item column="1" row="0">
0053       <widget class="QRadioButton" name="shrinkBtn">
0054        <property name="text">
0055         <string comment="Shrink as in deform brush engine">Shrink</string>
0056        </property>
0057       </widget>
0058      </item>
0059      <item column="0" row="1">
0060       <widget class="QRadioButton" name="swirlCCWBtn">
0061        <property name="text">
0062         <string>Swirl CCW</string>
0063        </property>
0064       </widget>
0065      </item>
0066      <item column="1" row="1">
0067       <widget class="QRadioButton" name="swirlCWBtn">
0068        <property name="text">
0069         <string>Swirl CW</string>
0070        </property>
0071        <property name="checked">
0072         <bool>true</bool>
0073        </property>
0074       </widget>
0075      </item>
0076      <item column="0" row="2">
0077       <widget class="QRadioButton" name="moveBtn">
0078        <property name="text">
0079         <string>Move</string>
0080        </property>
0081       </widget>
0082      </item>
0083      <item column="1" row="2">
0084       <widget class="QRadioButton" name="colorBtn">
0085        <property name="text">
0086         <string comment="Rearrange the pixels positions under the cursor">Color deformation</string>
0087        </property>
0088       </widget>
0089      </item>
0090      <item column="0" row="3">
0091       <widget class="QRadioButton" name="lensOutBtn">
0092        <property name="text">
0093         <string>Lens zoom out</string>
0094        </property>
0095       </widget>
0096      </item>
0097      <item column="1" row="3">
0098       <widget class="QRadioButton" name="lensBtn">
0099        <property name="text">
0100         <string>Lens zoom in</string>
0101        </property>
0102       </widget>
0103      </item>
0104     </layout>
0105    </item>
0106    <item column="0" row="2">
0107     <layout class="QVBoxLayout" name="verticalLayout">
0108      <item>
0109       <spacer name="topSpacer">
0110        <property name="orientation">
0111         <enum>Qt::Vertical</enum>
0112        </property>
0113        <property name="sizeType">
0114         <enum>QSizePolicy::Fixed</enum>
0115        </property>
0116        <property name="sizeHint" stdset="0">
0117         <size>
0118          <width>20</width>
0119          <height>28</height>
0120         </size>
0121        </property>
0122       </spacer>
0123      </item>
0124      <item>
0125       <layout class="QHBoxLayout" name="deformAmountLayout" stretch="0,1">
0126        <item>
0127         <widget class="QLabel" name="deformAmountLbl">
0128          <property name="font">
0129           <font>
0130            <weight>50</weight>
0131            <bold>false</bold>
0132           </font>
0133          </property>
0134          <property name="text">
0135           <string>Deform amount:</string>
0136          </property>
0137          <property name="alignment">
0138           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0139          </property>
0140         </widget>
0141        </item>
0142        <item>
0143         <widget class="KisDoubleSliderSpinBox" name="deformAmount"/>
0144        </item>
0145       </layout>
0146      </item>
0147      <item>
0148       <spacer name="middleSpacer">
0149        <property name="orientation">
0150         <enum>Qt::Vertical</enum>
0151        </property>
0152        <property name="sizeHint" stdset="0">
0153         <size>
0154          <width>105</width>
0155          <height>13</height>
0156         </size>
0157        </property>
0158       </spacer>
0159      </item>
0160     </layout>
0161    </item>
0162    <item column="0" row="3">
0163     <layout class="QVBoxLayout" name="qualityLayout">
0164      <property name="sizeConstraint">
0165       <enum>QLayout::SetMaximumSize</enum>
0166      </property>
0167      <item>
0168       <widget class="QCheckBox" name="interpolationChBox">
0169        <property name="text">
0170         <string>Bilinear interpolation</string>
0171        </property>
0172        <property name="checked">
0173         <bool>true</bool>
0174        </property>
0175       </widget>
0176      </item>
0177      <item>
0178       <widget class="QCheckBox" name="useCounter">
0179        <property name="text">
0180         <string>Use counter</string>
0181        </property>
0182       </widget>
0183      </item>
0184      <item>
0185       <widget class="QCheckBox" name="useOldData">
0186        <property name="text">
0187         <string>Use undeformed image</string>
0188        </property>
0189       </widget>
0190      </item>
0191     </layout>
0192    </item>
0193    <item column="0" row="4">
0194     <spacer name="bottomSpacer">
0195      <property name="orientation">
0196       <enum>Qt::Vertical</enum>
0197      </property>
0198      <property name="sizeHint" stdset="0">
0199       <size>
0200        <width>20</width>
0201        <height>100</height>
0202       </size>
0203      </property>
0204     </spacer>
0205    </item>
0206   </layout>
0207  </widget>
0208  <customwidgets>
0209   <customwidget>
0210    <class>KisDoubleSliderSpinBox</class>
0211    <extends>QDoubleSpinBox</extends>
0212    <header>kis_slider_spin_box.h</header>
0213    <container>1</container>
0214   </customwidget>
0215  </customwidgets>
0216  <resources/>
0217  <connections/>
0218 </ui>