|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>CircularSectionEditor</class> |
|
4 <widget class="QWidget" name="CircularSectionEditor"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>207</width> |
|
10 <height>86</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Form</string> |
|
15 </property> |
|
16 <layout class="QFormLayout" name="formLayout"> |
|
17 <item row="0" column="0"> |
|
18 <widget class="QLabel" name="label"> |
|
19 <property name="text"> |
|
20 <string>Segments:</string> |
|
21 </property> |
|
22 </widget> |
|
23 </item> |
|
24 <item row="0" column="1"> |
|
25 <widget class="QSpinBox" name="segments"> |
|
26 <property name="minimum"> |
|
27 <number>1</number> |
|
28 </property> |
|
29 <property name="maximum"> |
|
30 <number>16</number> |
|
31 </property> |
|
32 <property name="value"> |
|
33 <number>16</number> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item row="1" column="0"> |
|
38 <widget class="QLabel" name="label_2"> |
|
39 <property name="text"> |
|
40 <string>Divisions:</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item row="1" column="1"> |
|
45 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
46 <item> |
|
47 <widget class="QComboBox" name="divisions"> |
|
48 <property name="editable"> |
|
49 <bool>true</bool> |
|
50 </property> |
|
51 <property name="currentIndex"> |
|
52 <number>1</number> |
|
53 </property> |
|
54 <item> |
|
55 <property name="text"> |
|
56 <string>8</string> |
|
57 </property> |
|
58 </item> |
|
59 <item> |
|
60 <property name="text"> |
|
61 <string>16</string> |
|
62 </property> |
|
63 </item> |
|
64 <item> |
|
65 <property name="text"> |
|
66 <string>48</string> |
|
67 </property> |
|
68 </item> |
|
69 </widget> |
|
70 </item> |
|
71 <item> |
|
72 <widget class="QLabel" name="fraction"> |
|
73 <property name="text"> |
|
74 <string>1 / 1</string> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 </layout> |
|
79 </item> |
|
80 </layout> |
|
81 </widget> |
|
82 <resources/> |
|
83 <connections/> |
|
84 </ui> |