Warning, /graphics/krita/plugins/extensions/modify_selection/wdg_grow_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>WdgGrowSelection</class> 0008 <widget class="QWidget" name="WdgGrowSelection"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>327</width> 0014 <height>89</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="1"> 0022 <widget class="QLabel" name="textLabel1"> 0023 <property name="text"> 0024 <string>Grow by</string> 0025 </property> 0026 <property name="alignment"> 0027 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0028 </property> 0029 </widget> 0030 </item> 0031 <item column="1" row="2"> 0032 <spacer name="verticalSpacer_2"> 0033 <property name="orientation"> 0034 <enum>Qt::Vertical</enum> 0035 </property> 0036 <property name="sizeType"> 0037 <enum>QSizePolicy::MinimumExpanding</enum> 0038 </property> 0039 <property name="sizeHint" stdset="0"> 0040 <size> 0041 <width>20</width> 0042 <height>16</height> 0043 </size> 0044 </property> 0045 </spacer> 0046 </item> 0047 <item column="1" row="0"> 0048 <spacer name="verticalSpacer"> 0049 <property name="orientation"> 0050 <enum>Qt::Vertical</enum> 0051 </property> 0052 <property name="sizeType"> 0053 <enum>QSizePolicy::Fixed</enum> 0054 </property> 0055 <property name="sizeHint" stdset="0"> 0056 <size> 0057 <width>20</width> 0058 <height>16</height> 0059 </size> 0060 </property> 0061 </spacer> 0062 </item> 0063 <item column="2" row="1"> 0064 <widget class="KisIntParseSpinBox" name="spbGrowValue"> 0065 <property name="minimum"> 0066 <number>1</number> 0067 </property> 0068 <property name="maximum"> 0069 <number>100000</number> 0070 </property> 0071 <property name="value"> 0072 <number>1</number> 0073 </property> 0074 </widget> 0075 </item> 0076 <item column="2" row="1"> 0077 <widget class="KisDoubleParseSpinBox" name="spbGrowValueDouble"> 0078 <property name="decimals"> 0079 <number>4</number> 0080 </property> 0081 <property name="minimum"> 0082 <double>0.000100000000000</double> 0083 </property> 0084 <property name="maximum"> 0085 <double>10000.000000000000000</double> 0086 </property> 0087 <property name="singleStep"> 0088 <double>0.100000000000000</double> 0089 </property> 0090 </widget> 0091 </item> 0092 <item column="0" row="1"> 0093 <spacer name="horizontalSpacer"> 0094 <property name="orientation"> 0095 <enum>Qt::Horizontal</enum> 0096 </property> 0097 <property name="sizeType"> 0098 <enum>QSizePolicy::Fixed</enum> 0099 </property> 0100 <property name="sizeHint" stdset="0"> 0101 <size> 0102 <width>16</width> 0103 <height>20</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 </layout> 0125 </widget> 0126 <customwidgets> 0127 <customwidget> 0128 <class>KisIntParseSpinBox</class> 0129 <extends>QSpinBox</extends> 0130 <header>kis_int_parse_spin_box.h</header> 0131 </customwidget> 0132 <customwidget> 0133 <class>KisDoubleParseSpinBox</class> 0134 <extends>QDoubleSpinBox</extends> 0135 <header>kis_double_parse_spin_box.h</header> 0136 </customwidget> 0137 </customwidgets> 0138 <tabstops> 0139 <tabstop>spbGrowValue</tabstop> 0140 <tabstop>spbGrowValueDouble</tabstop> 0141 <tabstop>cmbUnit</tabstop> 0142 </tabstops> 0143 <resources/> 0144 <connections/> 0145 </ui>