Warning, /graphics/krita/plugins/paintops/spray/wdgsprayshapeoptions.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>WdgSprayShapeOptions</class>
0008  <widget class="QWidget" name="WdgSprayShapeOptions">
0009   <property name="enabled">
0010    <bool>true</bool>
0011   </property>
0012   <property name="geometry">
0013    <rect>
0014     <x>0</x>
0015     <y>0</y>
0016     <width>497</width>
0017     <height>365</height>
0018    </rect>
0019   </property>
0020   <property name="sizePolicy">
0021    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0022     <horstretch>255</horstretch>
0023     <verstretch>255</verstretch>
0024    </sizepolicy>
0025   </property>
0026   <property name="minimumSize">
0027    <size>
0028     <width>425</width>
0029     <height>365</height>
0030    </size>
0031   </property>
0032   <layout class="QVBoxLayout" name="verticalLayout">
0033    <property name="margin">
0034     <number>0</number>
0035    </property>
0036    <item>
0037     <layout class="QGridLayout" columnstretch="0,0,0" name="gridLayout">
0038      <property name="bottomMargin">
0039       <number>10</number>
0040      </property>
0041      <item column="0" row="0">
0042       <widget class="QLabel" name="widthInfoLbl_2">
0043        <property name="sizePolicy">
0044         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0045          <horstretch>0</horstretch>
0046          <verstretch>0</verstretch>
0047         </sizepolicy>
0048        </property>
0049        <property name="text">
0050         <string>Shape:</string>
0051        </property>
0052        <property name="alignment">
0053         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0054        </property>
0055       </widget>
0056      </item>
0057      <item column="1" row="0">
0058       <widget class="QComboBox" name="shapeBox">
0059        <property name="sizePolicy">
0060         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0061          <horstretch>0</horstretch>
0062          <verstretch>0</verstretch>
0063         </sizepolicy>
0064        </property>
0065        <property name="currentIndex">
0066         <number>0</number>
0067        </property>
0068        <item>
0069         <property name="text">
0070          <string>Ellipse</string>
0071         </property>
0072        </item>
0073        <item>
0074         <property name="text">
0075          <string>Rectangle</string>
0076         </property>
0077        </item>
0078        <item>
0079         <property name="text">
0080          <string>Anti-aliased pixel</string>
0081         </property>
0082        </item>
0083        <item>
0084         <property name="text">
0085          <string>Pixel</string>
0086         </property>
0087        </item>
0088        <item>
0089         <property name="text">
0090          <string>Image</string>
0091         </property>
0092        </item>
0093       </widget>
0094      </item>
0095      <item column="0" row="1">
0096       <widget class="QLabel" name="widthInfoLbl">
0097        <property name="text">
0098         <string>Width:</string>
0099        </property>
0100        <property name="alignment">
0101         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0102        </property>
0103       </widget>
0104      </item>
0105      <item column="2" row="1" rowspan="2">
0106       <widget class="KoAspectButton" name="aspectButton">
0107        <property name="sizePolicy">
0108         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0109          <horstretch>0</horstretch>
0110          <verstretch>0</verstretch>
0111         </sizepolicy>
0112        </property>
0113        <property name="minimumSize">
0114         <size>
0115          <width>16</width>
0116          <height>0</height>
0117         </size>
0118        </property>
0119        <property name="maximumSize">
0120         <size>
0121          <width>16</width>
0122          <height>32767</height>
0123         </size>
0124        </property>
0125        <property name="text">
0126         <string/>
0127        </property>
0128       </widget>
0129      </item>
0130      <item column="0" row="2">
0131       <widget class="QLabel" name="heightInfoLbl">
0132        <property name="text">
0133         <string>Height:</string>
0134        </property>
0135        <property name="alignment">
0136         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0137        </property>
0138       </widget>
0139      </item>
0140      <item column="1" row="2">
0141       <widget class="KisDoubleSliderSpinBox" name="heightSpin"/>
0142      </item>
0143      <item column="1" row="1">
0144       <widget class="KisDoubleSliderSpinBox" name="widthSpin">
0145        <property name="minimumSize">
0146         <size>
0147          <width>0</width>
0148          <height>0</height>
0149         </size>
0150        </property>
0151       </widget>
0152      </item>
0153     </layout>
0154    </item>
0155    <item>
0156     <widget class="QCheckBox" name="proportionalBox">
0157      <property name="text">
0158       <string>Proportional</string>
0159      </property>
0160      <property name="checked">
0161       <bool>false</bool>
0162      </property>
0163     </widget>
0164    </item>
0165    <item>
0166     <layout class="QHBoxLayout" name="horizontalLayout_2">
0167      <item>
0168       <widget class="QLabel" name="label">
0169        <property name="sizePolicy">
0170         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0171          <horstretch>0</horstretch>
0172          <verstretch>0</verstretch>
0173         </sizepolicy>
0174        </property>
0175        <property name="text">
0176         <string>Texture:</string>
0177        </property>
0178        <property name="alignment">
0179         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0180        </property>
0181       </widget>
0182      </item>
0183      <item>
0184       <widget class="KisFileNameRequester" name="imageUrlRequester">
0185        <property name="sizePolicy">
0186         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0187          <horstretch>0</horstretch>
0188          <verstretch>0</verstretch>
0189         </sizepolicy>
0190        </property>
0191       </widget>
0192      </item>
0193     </layout>
0194    </item>
0195    <item>
0196     <spacer name="verticalSpacer">
0197      <property name="orientation">
0198       <enum>Qt::Vertical</enum>
0199      </property>
0200      <property name="sizeHint" stdset="0">
0201       <size>
0202        <width>20</width>
0203        <height>37</height>
0204       </size>
0205      </property>
0206     </spacer>
0207    </item>
0208   </layout>
0209  </widget>
0210  <customwidgets>
0211   <customwidget>
0212    <class>KisFileNameRequester</class>
0213    <extends>QWidget</extends>
0214    <header location="global">kis_file_name_requester.h</header>
0215    <container>1</container>
0216   </customwidget>
0217   <customwidget>
0218    <class>KisDoubleSliderSpinBox</class>
0219    <extends>QDoubleSpinBox</extends>
0220    <header>kis_slider_spin_box.h</header>
0221    <container>1</container>
0222   </customwidget>
0223   <customwidget>
0224    <class>KoAspectButton</class>
0225    <extends>QLabel</extends>
0226    <header>KoAspectButton.h</header>
0227    <container>1</container>
0228   </customwidget>
0229  </customwidgets>
0230  <resources/>
0231  <connections/>
0232 </ui>