4 <widget class="QDialog" name="CylinderEditor"> |
4 <widget class="QDialog" name="CylinderEditor"> |
5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>400</width> |
9 <width>656</width> |
10 <height>300</height> |
10 <height>659</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>Dialog</string> |
14 <string>Dialog</string> |
15 </property> |
15 </property> |
16 <widget class="QDialogButtonBox" name="buttonBox"> |
16 <widget class="QDialogButtonBox" name="buttonBox"> |
17 <property name="geometry"> |
17 <property name="geometry"> |
18 <rect> |
18 <rect> |
19 <x>30</x> |
19 <x>190</x> |
20 <y>240</y> |
20 <y>570</y> |
21 <width>341</width> |
21 <width>341</width> |
22 <height>32</height> |
22 <height>32</height> |
23 </rect> |
23 </rect> |
24 </property> |
24 </property> |
25 <property name="orientation"> |
25 <property name="orientation"> |
27 </property> |
27 </property> |
28 <property name="standardButtons"> |
28 <property name="standardButtons"> |
29 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
29 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
30 </property> |
30 </property> |
31 </widget> |
31 </widget> |
|
32 <widget class="QGroupBox" name="groupBox"> |
|
33 <property name="geometry"> |
|
34 <rect> |
|
35 <x>130</x> |
|
36 <y>270</y> |
|
37 <width>381</width> |
|
38 <height>251</height> |
|
39 </rect> |
|
40 </property> |
|
41 <property name="title"> |
|
42 <string>Transformation</string> |
|
43 </property> |
|
44 <layout class="QVBoxLayout" name="verticalLayout"> |
|
45 <item> |
|
46 <widget class="MatrixEditor" name="matrixEditor" native="true"/> |
|
47 </item> |
|
48 </layout> |
|
49 </widget> |
|
50 <widget class="QComboBox" name="divisions"> |
|
51 <property name="geometry"> |
|
52 <rect> |
|
53 <x>200</x> |
|
54 <y>110</y> |
|
55 <width>76</width> |
|
56 <height>25</height> |
|
57 </rect> |
|
58 </property> |
|
59 <item> |
|
60 <property name="text"> |
|
61 <string>8</string> |
|
62 </property> |
|
63 </item> |
|
64 <item> |
|
65 <property name="text"> |
|
66 <string>16</string> |
|
67 </property> |
|
68 </item> |
|
69 <item> |
|
70 <property name="text"> |
|
71 <string>48</string> |
|
72 </property> |
|
73 </item> |
|
74 </widget> |
|
75 <widget class="QLabel" name="label"> |
|
76 <property name="geometry"> |
|
77 <rect> |
|
78 <x>80</x> |
|
79 <y>110</y> |
|
80 <width>81</width> |
|
81 <height>17</height> |
|
82 </rect> |
|
83 </property> |
|
84 <property name="text"> |
|
85 <string>Divisions:</string> |
|
86 </property> |
|
87 </widget> |
|
88 <widget class="QLabel" name="label_2"> |
|
89 <property name="geometry"> |
|
90 <rect> |
|
91 <x>90</x> |
|
92 <y>70</y> |
|
93 <width>63</width> |
|
94 <height>17</height> |
|
95 </rect> |
|
96 </property> |
|
97 <property name="text"> |
|
98 <string>Segments:</string> |
|
99 </property> |
|
100 </widget> |
|
101 <widget class="QSpinBox" name="segments"> |
|
102 <property name="geometry"> |
|
103 <rect> |
|
104 <x>200</x> |
|
105 <y>60</y> |
|
106 <width>47</width> |
|
107 <height>27</height> |
|
108 </rect> |
|
109 </property> |
|
110 </widget> |
|
111 <widget class="QLabel" name="label_3"> |
|
112 <property name="geometry"> |
|
113 <rect> |
|
114 <x>90</x> |
|
115 <y>150</y> |
|
116 <width>63</width> |
|
117 <height>17</height> |
|
118 </rect> |
|
119 </property> |
|
120 <property name="text"> |
|
121 <string>Colour:</string> |
|
122 </property> |
|
123 </widget> |
32 </widget> |
124 </widget> |
|
125 <customwidgets> |
|
126 <customwidget> |
|
127 <class>MatrixEditor</class> |
|
128 <extends>QWidget</extends> |
|
129 <header>widgets/matrixeditor.h</header> |
|
130 <container>1</container> |
|
131 </customwidget> |
|
132 </customwidgets> |
33 <resources/> |
133 <resources/> |
34 <connections> |
134 <connections> |
35 <connection> |
135 <connection> |
36 <sender>buttonBox</sender> |
136 <sender>buttonBox</sender> |
37 <signal>accepted()</signal> |
137 <signal>accepted()</signal> |