Warning, /graphics/krita/plugins/extensions/modify_selection/wdg_shrink_selection.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>WdgShrinkSelection</class> 0008 <widget class="QWidget" name="WdgShrinkSelection"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>334</width> 0014 <height>117</height> 0015 </rect> 0016 </property> 0017 <layout class="QGridLayout"> 0018 <item column="3" row="1"> 0019 <widget class="QComboBox" name="cmbUnit"/> 0020 </item> 0021 <item column="1" row="0"> 0022 <spacer name="verticalSpacer"> 0023 <property name="orientation"> 0024 <enum>Qt::Vertical</enum> 0025 </property> 0026 <property name="sizeType"> 0027 <enum>QSizePolicy::Fixed</enum> 0028 </property> 0029 <property name="sizeHint" stdset="0"> 0030 <size> 0031 <width>20</width> 0032 <height>16</height> 0033 </size> 0034 </property> 0035 </spacer> 0036 </item> 0037 <item column="2" row="1"> 0038 <widget class="KisIntParseSpinBox" name="spbShrinkValue"> 0039 <property name="minimum"> 0040 <number>1</number> 0041 </property> 0042 <property name="maximum"> 0043 <number>100000</number> 0044 </property> 0045 <property name="value"> 0046 <number>1</number> 0047 </property> 0048 </widget> 0049 </item> 0050 <item column="2" row="1"> 0051 <widget class="KisDoubleParseSpinBox" name="spbShrinkValueDouble"> 0052 <property name="decimals"> 0053 <number>4</number> 0054 </property> 0055 <property name="minimum"> 0056 <double>0.000100000000000</double> 0057 </property> 0058 <property name="maximum"> 0059 <double>10000.000000000000000</double> 0060 </property> 0061 <property name="singleStep"> 0062 <double>0.100000000000000</double> 0063 </property> 0064 </widget> 0065 </item> 0066 <item column="1" row="1"> 0067 <widget class="QLabel" name="textLabel1"> 0068 <property name="text"> 0069 <string>Shrink by</string> 0070 </property> 0071 <property name="alignment"> 0072 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0073 </property> 0074 </widget> 0075 </item> 0076 <item column="0" row="1"> 0077 <spacer name="horizontalSpacer"> 0078 <property name="orientation"> 0079 <enum>Qt::Horizontal</enum> 0080 </property> 0081 <property name="sizeType"> 0082 <enum>QSizePolicy::Fixed</enum> 0083 </property> 0084 <property name="sizeHint" stdset="0"> 0085 <size> 0086 <width>16</width> 0087 <height>20</height> 0088 </size> 0089 </property> 0090 </spacer> 0091 </item> 0092 <item column="1" row="3"> 0093 <spacer name="verticalSpacer_2"> 0094 <property name="orientation"> 0095 <enum>Qt::Vertical</enum> 0096 </property> 0097 <property name="sizeType"> 0098 <enum>QSizePolicy::MinimumExpanding</enum> 0099 </property> 0100 <property name="sizeHint" stdset="0"> 0101 <size> 0102 <width>20</width> 0103 <height>16</height> 0104 </size> 0105 </property> 0106 </spacer> 0107 </item> 0108 <item column="4" row="1"> 0109 <spacer name="horizontalSpacer_2"> 0110 <property name="orientation"> 0111 <enum>Qt::Horizontal</enum> 0112 </property> 0113 <property name="sizeType"> 0114 <enum>QSizePolicy::MinimumExpanding</enum> 0115 </property> 0116 <property name="sizeHint" stdset="0"> 0117 <size> 0118 <width>16</width> 0119 <height>20</height> 0120 </size> 0121 </property> 0122 </spacer> 0123 </item> 0124 <item colspan="3" column="2" row="2"> 0125 <widget class="QCheckBox" name="ckbShrinkFromImageBorder"> 0126 <property name="text"> 0127 <string>Shrink from image border</string> 0128 </property> 0129 <property name="checked"> 0130 <bool>true</bool> 0131 </property> 0132 </widget> 0133 </item> 0134 </layout> 0135 </widget> 0136 <customwidgets> 0137 <customwidget> 0138 <class>KisIntParseSpinBox</class> 0139 <extends>QSpinBox</extends> 0140 <header>kis_int_parse_spin_box.h</header> 0141 </customwidget> 0142 <customwidget> 0143 <class>KisDoubleParseSpinBox</class> 0144 <extends>QDoubleSpinBox</extends> 0145 <header>kis_double_parse_spin_box.h</header> 0146 </customwidget> 0147 </customwidgets> 0148 <tabstops> 0149 <tabstop>spbShrinkValue</tabstop> 0150 <tabstop>spbShrinkValueDouble</tabstop> 0151 <tabstop>cmbUnit</tabstop> 0152 <tabstop>ckbShrinkFromImageBorder</tabstop> 0153 </tabstops> 0154 <resources/> 0155 <connections/> 0156 </ui>