Warning, /graphics/krita/libs/ui/imagesize/wdg_layersize.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>WdgLayerSize</class> 0008 <widget class="QWidget" name="WdgLayerSize"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>374</width> 0014 <height>212</height> 0015 </rect> 0016 </property> 0017 <property name="windowTitle"> 0018 <string>Layer Size</string> 0019 </property> 0020 <layout class="QVBoxLayout" name="verticalLayout"> 0021 <item> 0022 <widget class="QGroupBox" name="groupNewSize"> 0023 <property name="title"> 0024 <string>New Size</string> 0025 </property> 0026 <property name="flat"> 0027 <bool>true</bool> 0028 </property> 0029 <layout class="QGridLayout" name="gridLayout_3"> 0030 <item column="4" row="0" rowspan="2"> 0031 <widget class="KoAspectButton" name="aspectRatioBtn" native="true"> 0032 <property name="text" stdset="0"> 0033 <string/> 0034 </property> 0035 </widget> 0036 </item> 0037 <item column="5" row="1"> 0038 <spacer name="horizontalSpacer_5"> 0039 <property name="orientation"> 0040 <enum>Qt::Horizontal</enum> 0041 </property> 0042 <property name="sizeType"> 0043 <enum>QSizePolicy::MinimumExpanding</enum> 0044 </property> 0045 <property name="sizeHint" stdset="0"> 0046 <size> 0047 <width>40</width> 0048 <height>20</height> 0049 </size> 0050 </property> 0051 </spacer> 0052 </item> 0053 <item column="3" row="0"> 0054 <widget class="QComboBox" name="newWidthUnit"/> 0055 </item> 0056 <item column="3" row="1"> 0057 <widget class="QComboBox" name="newHeightUnit"/> 0058 </item> 0059 <item column="1" row="0"> 0060 <widget class="QLabel" name="lblNewWidth"> 0061 <property name="text"> 0062 <string>Width:</string> 0063 </property> 0064 <property name="alignment"> 0065 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0066 </property> 0067 </widget> 0068 </item> 0069 <item column="2" row="0"> 0070 <widget class="KisDoubleParseUnitSpinBox" name="newWidthDouble"> 0071 <property name="minimumSize"> 0072 <size> 0073 <width>80</width> 0074 <height>0</height> 0075 </size> 0076 </property> 0077 <property name="decimals"> 0078 <number>4</number> 0079 </property> 0080 <property name="minimum"> 0081 <double>0.000100000000000</double> 0082 </property> 0083 <property name="maximum"> 0084 <double>100000000.000000000000000</double> 0085 </property> 0086 <property name="singleStep"> 0087 <double>0.100000000000000</double> 0088 </property> 0089 </widget> 0090 </item> 0091 <item column="2" row="1"> 0092 <widget class="KisDoubleParseUnitSpinBox" name="newHeightDouble"> 0093 <property name="minimumSize"> 0094 <size> 0095 <width>80</width> 0096 <height>0</height> 0097 </size> 0098 </property> 0099 <property name="decimals"> 0100 <number>4</number> 0101 </property> 0102 <property name="minimum"> 0103 <double>0.000100000000000</double> 0104 </property> 0105 <property name="maximum"> 0106 <double>10000.000000000000000</double> 0107 </property> 0108 <property name="singleStep"> 0109 <double>0.100000000000000</double> 0110 </property> 0111 </widget> 0112 </item> 0113 <item colspan="2" column="2" row="2"> 0114 <widget class="KisCmbIDList" name="filterCmb" native="true"/> 0115 </item> 0116 <item column="1" row="2"> 0117 <widget class="QLabel" name="lblFilter"> 0118 <property name="text"> 0119 <string comment="Resize interpolation method list label">Filter:</string> 0120 </property> 0121 <property name="alignment"> 0122 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0123 </property> 0124 </widget> 0125 </item> 0126 <item column="1" row="1"> 0127 <widget class="QLabel" name="lblNewHeight"> 0128 <property name="text"> 0129 <string>Height:</string> 0130 </property> 0131 <property name="alignment"> 0132 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0133 </property> 0134 </widget> 0135 </item> 0136 <item colspan="4" column="2" row="3"> 0137 <widget class="QCheckBox" name="constrainProportionsCkb"> 0138 <property name="toolTip"> 0139 <string>Constrain aspect ratio</string> 0140 </property> 0141 <property name="text"> 0142 <string>Constrain proportions</string> 0143 </property> 0144 <property name="checked"> 0145 <bool>true</bool> 0146 </property> 0147 </widget> 0148 </item> 0149 <item column="0" row="0"> 0150 <spacer name="horizontalSpacer_2"> 0151 <property name="orientation"> 0152 <enum>Qt::Horizontal</enum> 0153 </property> 0154 <property name="sizeType"> 0155 <enum>QSizePolicy::Fixed</enum> 0156 </property> 0157 <property name="sizeHint" stdset="0"> 0158 <size> 0159 <width>25</width> 0160 <height>20</height> 0161 </size> 0162 </property> 0163 </spacer> 0164 </item> 0165 </layout> 0166 </widget> 0167 </item> 0168 <item> 0169 <spacer name="verticalSpacer"> 0170 <property name="orientation"> 0171 <enum>Qt::Vertical</enum> 0172 </property> 0173 <property name="sizeType"> 0174 <enum>QSizePolicy::MinimumExpanding</enum> 0175 </property> 0176 <property name="sizeHint" stdset="0"> 0177 <size> 0178 <width>20</width> 0179 <height>30</height> 0180 </size> 0181 </property> 0182 </spacer> 0183 </item> 0184 </layout> 0185 </widget> 0186 <customwidgets> 0187 <customwidget> 0188 <class>KisCmbIDList</class> 0189 <extends/> 0190 <header>widgets/kis_cmb_idlist.h</header> 0191 </customwidget> 0192 <customwidget> 0193 <class>KoAspectButton</class> 0194 <extends>QWidget</extends> 0195 <header>KoAspectButton.h</header> 0196 <container>1</container> 0197 </customwidget> 0198 <customwidget> 0199 <class>KisDoubleParseUnitSpinBox</class> 0200 <extends>QDoubleSpinBox</extends> 0201 <header>kis_double_parse_unit_spin_box.h</header> 0202 </customwidget> 0203 </customwidgets> 0204 <tabstops> 0205 <tabstop>newWidthDouble</tabstop> 0206 <tabstop>newWidthUnit</tabstop> 0207 <tabstop>newHeightDouble</tabstop> 0208 <tabstop>newHeightUnit</tabstop> 0209 <tabstop>filterCmb</tabstop> 0210 </tabstops> 0211 <resources/> 0212 <connections/> 0213 </ui>