| |
1 <?xml version="1.0" encoding="UTF-8"?> |
| |
2 <ui version="4.0"> |
| |
3 <class>CircleToolOptions</class> |
| |
4 <widget class="QWidget" name="CircleToolOptions"> |
| |
5 <property name="geometry"> |
| |
6 <rect> |
| |
7 <x>0</x> |
| |
8 <y>0</y> |
| |
9 <width>651</width> |
| |
10 <height>57</height> |
| |
11 </rect> |
| |
12 </property> |
| |
13 <property name="windowTitle"> |
| |
14 <string>Form</string> |
| |
15 </property> |
| |
16 <layout class="QHBoxLayout" name="horizontalLayout"> |
| |
17 <item> |
| |
18 <widget class="QSpinBox" name="segments"> |
| |
19 <property name="minimum"> |
| |
20 <number>1</number> |
| |
21 </property> |
| |
22 <property name="maximum"> |
| |
23 <number>16</number> |
| |
24 </property> |
| |
25 <property name="value"> |
| |
26 <number>16</number> |
| |
27 </property> |
| |
28 </widget> |
| |
29 </item> |
| |
30 <item> |
| |
31 <widget class="QLabel" name="label_2"> |
| |
32 <property name="text"> |
| |
33 <string>/</string> |
| |
34 </property> |
| |
35 </widget> |
| |
36 </item> |
| |
37 <item> |
| |
38 <widget class="QComboBox" name="divisions"> |
| |
39 <property name="editable"> |
| |
40 <bool>true</bool> |
| |
41 </property> |
| |
42 <property name="currentIndex"> |
| |
43 <number>1</number> |
| |
44 </property> |
| |
45 <property name="insertPolicy"> |
| |
46 <enum>QComboBox::NoInsert</enum> |
| |
47 </property> |
| |
48 <item> |
| |
49 <property name="text"> |
| |
50 <string>8</string> |
| |
51 </property> |
| |
52 </item> |
| |
53 <item> |
| |
54 <property name="text"> |
| |
55 <string>16</string> |
| |
56 </property> |
| |
57 </item> |
| |
58 <item> |
| |
59 <property name="text"> |
| |
60 <string>48</string> |
| |
61 </property> |
| |
62 </item> |
| |
63 </widget> |
| |
64 </item> |
| |
65 <item> |
| |
66 <widget class="QLabel" name="ratio"> |
| |
67 <property name="minimumSize"> |
| |
68 <size> |
| |
69 <width>64</width> |
| |
70 <height>0</height> |
| |
71 </size> |
| |
72 </property> |
| |
73 <property name="text"> |
| |
74 <string>1</string> |
| |
75 </property> |
| |
76 </widget> |
| |
77 </item> |
| |
78 <item> |
| |
79 <widget class="QComboBox" name="type"/> |
| |
80 </item> |
| |
81 <item> |
| |
82 <spacer name="horizontalSpacer_2"> |
| |
83 <property name="orientation"> |
| |
84 <enum>Qt::Horizontal</enum> |
| |
85 </property> |
| |
86 <property name="sizeHint" stdset="0"> |
| |
87 <size> |
| |
88 <width>40</width> |
| |
89 <height>20</height> |
| |
90 </size> |
| |
91 </property> |
| |
92 </spacer> |
| |
93 </item> |
| |
94 </layout> |
| |
95 </widget> |
| |
96 <resources/> |
| |
97 <connections/> |
| |
98 </ui> |