Warning, /graphics/krita/libs/ui/forms/wdgrectangleconstraints.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>WdgRectangleConstraints</class>
0008  <widget class="QWidget" name="WdgRectangleConstraints">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>243</width>
0014     <height>328</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="windowTitle">
0024    <string>Size</string>
0025   </property>
0026   <layout class="QVBoxLayout" name="verticalLayout">
0027    <property name="spacing">
0028     <number>5</number>
0029    </property>
0030    <property name="leftMargin">
0031     <number>0</number>
0032    </property>
0033    <property name="topMargin">
0034     <number>0</number>
0035    </property>
0036    <property name="rightMargin">
0037     <number>0</number>
0038    </property>
0039    <property name="bottomMargin">
0040     <number>0</number>
0041    </property>
0042    <item>
0043     <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0">
0044      <property name="spacing">
0045       <number>5</number>
0046      </property>
0047      <item>
0048       <widget class="KisIntParseSpinBox" name="intWidth">
0049        <property name="sizePolicy">
0050         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0051          <horstretch>0</horstretch>
0052          <verstretch>0</verstretch>
0053         </sizepolicy>
0054        </property>
0055        <property name="toolTip">
0056         <string>Width</string>
0057        </property>
0058        <property name="suffix">
0059         <string> px</string>
0060        </property>
0061        <property name="prefix">
0062         <string>Width: </string>
0063        </property>
0064        <property name="maximum">
0065         <number>99999</number>
0066        </property>
0067       </widget>
0068      </item>
0069      <item>
0070       <widget class="QPushButton" name="lockWidthButton">
0071        <property name="text">
0072         <string/>
0073        </property>
0074        <property name="checkable">
0075         <bool>true</bool>
0076        </property>
0077       </widget>
0078      </item>
0079     </layout>
0080    </item>
0081    <item>
0082     <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0">
0083      <property name="spacing">
0084       <number>5</number>
0085      </property>
0086      <item>
0087       <widget class="KisIntParseSpinBox" name="intHeight">
0088        <property name="sizePolicy">
0089         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0090          <horstretch>0</horstretch>
0091          <verstretch>0</verstretch>
0092         </sizepolicy>
0093        </property>
0094        <property name="toolTip">
0095         <string>Height</string>
0096        </property>
0097        <property name="suffix">
0098         <string> px</string>
0099        </property>
0100        <property name="prefix">
0101         <string>Height: </string>
0102        </property>
0103        <property name="maximum">
0104         <number>99999</number>
0105        </property>
0106       </widget>
0107      </item>
0108      <item>
0109       <widget class="QPushButton" name="lockHeightButton">
0110        <property name="text">
0111         <string/>
0112        </property>
0113        <property name="checkable">
0114         <bool>true</bool>
0115        </property>
0116       </widget>
0117      </item>
0118     </layout>
0119    </item>
0120    <item>
0121     <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,0">
0122      <property name="spacing">
0123       <number>5</number>
0124      </property>
0125      <item>
0126       <widget class="KisDoubleParseSpinBox" name="doubleRatio">
0127        <property name="sizePolicy">
0128         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0129          <horstretch>0</horstretch>
0130          <verstretch>0</verstretch>
0131         </sizepolicy>
0132        </property>
0133        <property name="toolTip">
0134         <string>Aspect ratio</string>
0135        </property>
0136        <property name="prefix">
0137         <string>Ratio: </string>
0138        </property>
0139        <property name="maximum">
0140         <double>10000.000000000000000</double>
0141        </property>
0142        <property name="singleStep">
0143         <double>0.100000000000000</double>
0144        </property>
0145       </widget>
0146      </item>
0147      <item>
0148       <widget class="QPushButton" name="lockRatioButton">
0149        <property name="text">
0150         <string/>
0151        </property>
0152        <property name="checkable">
0153         <bool>true</bool>
0154        </property>
0155       </widget>
0156      </item>
0157     </layout>
0158    </item>
0159    <item>
0160     <layout class="QHBoxLayout" name="horizontalLayout_4">
0161      <item>
0162       <layout class="QVBoxLayout" name="verticalLayout_2">
0163        <property name="spacing">
0164         <number>5</number>
0165        </property>
0166        <item>
0167         <widget class="KisIntParseSpinBox" name="intRoundCornersX">
0168          <property name="sizePolicy">
0169           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0170            <horstretch>0</horstretch>
0171            <verstretch>0</verstretch>
0172           </sizepolicy>
0173          </property>
0174          <property name="toolTip">
0175           <string>Horizontal radius of rectangle corners</string>
0176          </property>
0177          <property name="suffix">
0178           <string> px</string>
0179          </property>
0180          <property name="prefix">
0181           <string>Round X: </string>
0182          </property>
0183          <property name="maximum">
0184           <number>99999</number>
0185          </property>
0186         </widget>
0187        </item>
0188        <item>
0189         <widget class="KisIntParseSpinBox" name="intRoundCornersY">
0190          <property name="sizePolicy">
0191           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0192            <horstretch>0</horstretch>
0193            <verstretch>0</verstretch>
0194           </sizepolicy>
0195          </property>
0196          <property name="toolTip">
0197           <string>Vertical radius of rectangle corners</string>
0198          </property>
0199          <property name="suffix">
0200           <string> px</string>
0201          </property>
0202          <property name="prefix">
0203           <string>Round Y: </string>
0204          </property>
0205          <property name="maximum">
0206           <number>99999</number>
0207          </property>
0208         </widget>
0209        </item>
0210       </layout>
0211      </item>
0212      <item>
0213       <widget class="KoAspectButton" name="cornersAspectButton" native="true">
0214        <property name="sizePolicy">
0215         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0216          <horstretch>0</horstretch>
0217          <verstretch>0</verstretch>
0218         </sizepolicy>
0219        </property>
0220        <property name="minimumSize">
0221         <size>
0222          <width>24</width>
0223          <height>24</height>
0224         </size>
0225        </property>
0226       </widget>
0227      </item>
0228     </layout>
0229    </item>
0230   </layout>
0231  </widget>
0232  <customwidgets>
0233   <customwidget>
0234    <class>KisIntParseSpinBox</class>
0235    <extends>QSpinBox</extends>
0236    <header>kis_int_parse_spin_box.h</header>
0237   </customwidget>
0238   <customwidget>
0239    <class>KisDoubleParseSpinBox</class>
0240    <extends>QDoubleSpinBox</extends>
0241    <header>kis_double_parse_spin_box.h</header>
0242   </customwidget>
0243   <customwidget>
0244    <class>KoAspectButton</class>
0245    <extends>QWidget</extends>
0246    <header>KoAspectButton.h</header>
0247    <container>1</container>
0248   </customwidget>
0249  </customwidgets>
0250  <resources/>
0251  <connections/>
0252 </ui>