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