Warning, /graphics/krita/plugins/flake/pathshapes/spiral/SpiralShapeConfigWidget.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>SpiralShapeConfigWidget</class>
0008  <widget class="QWidget" name="SpiralShapeConfigWidget">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>187</width>
0014     <height>173</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Spiral Shape</string>
0019   </property>
0020   <layout class="QGridLayout">
0021    <item column="0" row="0">
0022     <widget class="QLabel" name="label_3">
0023      <property name="text">
0024       <string>Type:</string>
0025      </property>
0026     </widget>
0027    </item>
0028    <item column="1" row="0">
0029     <widget class="QComboBox" name="spiralType"/>
0030    </item>
0031    <item column="0" row="1">
0032     <widget class="QLabel" name="label">
0033      <property name="text">
0034       <string>Fade:</string>
0035      </property>
0036     </widget>
0037    </item>
0038    <item column="1" row="1">
0039     <widget class="KisDoubleParseSpinBox" name="fade">
0040      <property name="alignment">
0041       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0042      </property>
0043      <property name="suffix">
0044       <string/>
0045      </property>
0046      <property name="maximum">
0047       <double>1.000000000000000</double>
0048      </property>
0049      <property name="singleStep">
0050       <double>0.100000000000000</double>
0051      </property>
0052      <property name="value">
0053       <double>0.500000000000000</double>
0054      </property>
0055     </widget>
0056    </item>
0057    <item column="0" row="2">
0058     <widget class="QLabel" name="label_4">
0059      <property name="text">
0060       <string>Direction:</string>
0061      </property>
0062     </widget>
0063    </item>
0064    <item column="1" row="2">
0065     <widget class="QComboBox" name="clockWise"/>
0066    </item>
0067    <item column="0" row="3">
0068     <spacer>
0069      <property name="orientation">
0070       <enum>Qt::Vertical</enum>
0071      </property>
0072      <property name="sizeHint" stdset="0">
0073       <size>
0074        <width>20</width>
0075        <height>40</height>
0076       </size>
0077      </property>
0078     </spacer>
0079    </item>
0080   </layout>
0081  </widget>
0082  <customwidgets>
0083   <customwidget>
0084    <class>KisDoubleParseSpinBox</class>
0085    <extends>QDoubleSpinBox</extends>
0086    <header>kis_double_parse_spin_box.h</header>
0087   </customwidget>
0088  </customwidgets>
0089  <resources/>
0090  <connections/>
0091 </ui>