src/dialogs/cylindereditor.ui

changeset 1406
37fffb682d2f
parent 1405
d2bf2e59a3ef
child 1407
22bc5862cb56
equal deleted inserted replaced
1405:d2bf2e59a3ef 1406:37fffb682d2f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CylinderEditor</class>
4 <widget class="QDialog" name="CylinderEditor">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>656</width>
10 <height>659</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <widget class="QDialogButtonBox" name="buttonBox">
17 <property name="geometry">
18 <rect>
19 <x>190</x>
20 <y>570</y>
21 <width>341</width>
22 <height>32</height>
23 </rect>
24 </property>
25 <property name="orientation">
26 <enum>Qt::Horizontal</enum>
27 </property>
28 <property name="standardButtons">
29 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30 </property>
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>
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>
133 <resources/>
134 <connections>
135 <connection>
136 <sender>buttonBox</sender>
137 <signal>accepted()</signal>
138 <receiver>CylinderEditor</receiver>
139 <slot>accept()</slot>
140 <hints>
141 <hint type="sourcelabel">
142 <x>248</x>
143 <y>254</y>
144 </hint>
145 <hint type="destinationlabel">
146 <x>157</x>
147 <y>274</y>
148 </hint>
149 </hints>
150 </connection>
151 <connection>
152 <sender>buttonBox</sender>
153 <signal>rejected()</signal>
154 <receiver>CylinderEditor</receiver>
155 <slot>reject()</slot>
156 <hints>
157 <hint type="sourcelabel">
158 <x>316</x>
159 <y>260</y>
160 </hint>
161 <hint type="destinationlabel">
162 <x>286</x>
163 <y>274</y>
164 </hint>
165 </hints>
166 </connection>
167 </connections>
168 </ui>

mercurial