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