58 </property> |
58 </property> |
59 </spacer> |
59 </spacer> |
60 </item> |
60 </item> |
61 </layout> |
61 </layout> |
62 </item> |
62 </item> |
63 <item row="2" column="0"> |
|
64 <widget class="QLabel" name="label_2"> |
|
65 <property name="text"> |
|
66 <string>Position:</string> |
|
67 </property> |
|
68 </widget> |
|
69 </item> |
|
70 <item row="2" column="1"> |
|
71 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
72 <item> |
|
73 <widget class="DoubleSpinBox" name="positionX"> |
|
74 <property name="prefix"> |
|
75 <string>𝑥 = </string> |
|
76 </property> |
|
77 <property name="decimals"> |
|
78 <number>5</number> |
|
79 </property> |
|
80 <property name="minimum"> |
|
81 <double>-10000.000000000000000</double> |
|
82 </property> |
|
83 <property name="maximum"> |
|
84 <double>10000.000000000000000</double> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 <item> |
|
89 <widget class="DoubleSpinBox" name="positionY"> |
|
90 <property name="prefix"> |
|
91 <string>𝑦 = </string> |
|
92 </property> |
|
93 <property name="decimals"> |
|
94 <number>5</number> |
|
95 </property> |
|
96 <property name="minimum"> |
|
97 <double>-10000.000000000000000</double> |
|
98 </property> |
|
99 <property name="maximum"> |
|
100 <double>10000.000000000000000</double> |
|
101 </property> |
|
102 </widget> |
|
103 </item> |
|
104 <item> |
|
105 <widget class="DoubleSpinBox" name="positionZ"> |
|
106 <property name="prefix"> |
|
107 <string>𝑧 = </string> |
|
108 </property> |
|
109 <property name="decimals"> |
|
110 <number>5</number> |
|
111 </property> |
|
112 <property name="minimum"> |
|
113 <double>-10000.000000000000000</double> |
|
114 </property> |
|
115 <property name="maximum"> |
|
116 <double>10000.000000000000000</double> |
|
117 </property> |
|
118 </widget> |
|
119 </item> |
|
120 </layout> |
|
121 </item> |
|
122 <item row="3" column="1"> |
|
123 <widget class="Line" name="line"> |
|
124 <property name="orientation"> |
|
125 <enum>Qt::Horizontal</enum> |
|
126 </property> |
|
127 </widget> |
|
128 </item> |
|
129 <item row="4" column="0"> |
|
130 <widget class="QLabel" name="label_3"> |
|
131 <property name="text"> |
|
132 <string>Transformation matrix:</string> |
|
133 </property> |
|
134 </widget> |
|
135 </item> |
|
136 <item row="4" column="1"> |
|
137 <layout class="QGridLayout" name="matrixLayout"> |
|
138 <item row="1" column="1"> |
|
139 <widget class="DoubleSpinBox" name="matrixE"> |
|
140 <property name="decimals"> |
|
141 <number>5</number> |
|
142 </property> |
|
143 <property name="minimum"> |
|
144 <double>-10000.000000000000000</double> |
|
145 </property> |
|
146 <property name="maximum"> |
|
147 <double>10000.000000000000000</double> |
|
148 </property> |
|
149 </widget> |
|
150 </item> |
|
151 <item row="0" column="0"> |
|
152 <widget class="DoubleSpinBox" name="matrixA"> |
|
153 <property name="decimals"> |
|
154 <number>5</number> |
|
155 </property> |
|
156 <property name="minimum"> |
|
157 <double>-10000.000000000000000</double> |
|
158 </property> |
|
159 <property name="maximum"> |
|
160 <double>10000.000000000000000</double> |
|
161 </property> |
|
162 </widget> |
|
163 </item> |
|
164 <item row="2" column="0"> |
|
165 <widget class="DoubleSpinBox" name="matrixG"> |
|
166 <property name="decimals"> |
|
167 <number>5</number> |
|
168 </property> |
|
169 <property name="minimum"> |
|
170 <double>-10000.000000000000000</double> |
|
171 </property> |
|
172 <property name="maximum"> |
|
173 <double>10000.000000000000000</double> |
|
174 </property> |
|
175 </widget> |
|
176 </item> |
|
177 <item row="2" column="1"> |
|
178 <widget class="DoubleSpinBox" name="matrixH"> |
|
179 <property name="decimals"> |
|
180 <number>5</number> |
|
181 </property> |
|
182 <property name="minimum"> |
|
183 <double>-10000.000000000000000</double> |
|
184 </property> |
|
185 <property name="maximum"> |
|
186 <double>10000.000000000000000</double> |
|
187 </property> |
|
188 </widget> |
|
189 </item> |
|
190 <item row="2" column="2"> |
|
191 <widget class="DoubleSpinBox" name="matrixI"> |
|
192 <property name="decimals"> |
|
193 <number>5</number> |
|
194 </property> |
|
195 <property name="minimum"> |
|
196 <double>-10000.000000000000000</double> |
|
197 </property> |
|
198 <property name="maximum"> |
|
199 <double>10000.000000000000000</double> |
|
200 </property> |
|
201 </widget> |
|
202 </item> |
|
203 <item row="1" column="2"> |
|
204 <widget class="DoubleSpinBox" name="matrixF"> |
|
205 <property name="decimals"> |
|
206 <number>5</number> |
|
207 </property> |
|
208 <property name="minimum"> |
|
209 <double>-10000.000000000000000</double> |
|
210 </property> |
|
211 <property name="maximum"> |
|
212 <double>10000.000000000000000</double> |
|
213 </property> |
|
214 </widget> |
|
215 </item> |
|
216 <item row="0" column="2"> |
|
217 <widget class="DoubleSpinBox" name="matrixC"> |
|
218 <property name="decimals"> |
|
219 <number>5</number> |
|
220 </property> |
|
221 <property name="minimum"> |
|
222 <double>-10000.000000000000000</double> |
|
223 </property> |
|
224 <property name="maximum"> |
|
225 <double>10000.000000000000000</double> |
|
226 </property> |
|
227 </widget> |
|
228 </item> |
|
229 <item row="1" column="0"> |
|
230 <widget class="DoubleSpinBox" name="matrixD"> |
|
231 <property name="decimals"> |
|
232 <number>5</number> |
|
233 </property> |
|
234 <property name="minimum"> |
|
235 <double>-10000.000000000000000</double> |
|
236 </property> |
|
237 <property name="maximum"> |
|
238 <double>10000.000000000000000</double> |
|
239 </property> |
|
240 </widget> |
|
241 </item> |
|
242 <item row="0" column="1"> |
|
243 <widget class="DoubleSpinBox" name="matrixB"> |
|
244 <property name="decimals"> |
|
245 <number>5</number> |
|
246 </property> |
|
247 <property name="minimum"> |
|
248 <double>-10000.000000000000000</double> |
|
249 </property> |
|
250 <property name="maximum"> |
|
251 <double>10000.000000000000000</double> |
|
252 </property> |
|
253 </widget> |
|
254 </item> |
|
255 </layout> |
|
256 </item> |
|
257 <item row="6" column="0"> |
|
258 <widget class="QLabel" name="label_5"> |
|
259 <property name="text"> |
|
260 <string>Scaling vector:</string> |
|
261 </property> |
|
262 </widget> |
|
263 </item> |
|
264 <item row="6" column="1"> |
|
265 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
266 <item> |
|
267 <widget class="DoubleSpinBox" name="scalingX"> |
|
268 <property name="prefix"> |
|
269 <string>𝑥 × </string> |
|
270 </property> |
|
271 <property name="decimals"> |
|
272 <number>5</number> |
|
273 </property> |
|
274 <property name="minimum"> |
|
275 <double>0.000000000000000</double> |
|
276 </property> |
|
277 <property name="maximum"> |
|
278 <double>10000.000000000000000</double> |
|
279 </property> |
|
280 </widget> |
|
281 </item> |
|
282 <item> |
|
283 <widget class="DoubleSpinBox" name="scalingY"> |
|
284 <property name="prefix"> |
|
285 <string>𝑦 × </string> |
|
286 </property> |
|
287 <property name="decimals"> |
|
288 <number>5</number> |
|
289 </property> |
|
290 <property name="minimum"> |
|
291 <double>0.000000000000000</double> |
|
292 </property> |
|
293 <property name="maximum"> |
|
294 <double>10000.000000000000000</double> |
|
295 </property> |
|
296 </widget> |
|
297 </item> |
|
298 <item> |
|
299 <widget class="DoubleSpinBox" name="scalingZ"> |
|
300 <property name="prefix"> |
|
301 <string>𝑧 × </string> |
|
302 </property> |
|
303 <property name="decimals"> |
|
304 <number>5</number> |
|
305 </property> |
|
306 <property name="minimum"> |
|
307 <double>0.000000000000000</double> |
|
308 </property> |
|
309 <property name="maximum"> |
|
310 <double>10000.000000000000000</double> |
|
311 </property> |
|
312 </widget> |
|
313 </item> |
|
314 </layout> |
|
315 </item> |
|
316 <item row="5" column="1"> |
|
317 <widget class="Line" name="line_2"> |
|
318 <property name="orientation"> |
|
319 <enum>Qt::Horizontal</enum> |
|
320 </property> |
|
321 </widget> |
|
322 </item> |
|
323 </layout> |
63 </layout> |
|
64 </item> |
|
65 <item> |
|
66 <widget class="QGroupBox" name="groupBox"> |
|
67 <property name="title"> |
|
68 <string>Transformation</string> |
|
69 </property> |
|
70 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
71 <item> |
|
72 <widget class="MatrixEditor" name="matrixEditor" native="true"/> |
|
73 </item> |
|
74 </layout> |
|
75 </widget> |
324 </item> |
76 </item> |
325 <item> |
77 <item> |
326 <widget class="QDialogButtonBox" name="buttonBox"> |
78 <widget class="QDialogButtonBox" name="buttonBox"> |
327 <property name="orientation"> |
79 <property name="orientation"> |
328 <enum>Qt::Horizontal</enum> |
80 <enum>Qt::Horizontal</enum> |
334 </item> |
86 </item> |
335 </layout> |
87 </layout> |
336 </widget> |
88 </widget> |
337 <customwidgets> |
89 <customwidgets> |
338 <customwidget> |
90 <customwidget> |
339 <class>DoubleSpinBox</class> |
91 <class>MatrixEditor</class> |
340 <extends>QDoubleSpinBox</extends> |
92 <extends>QWidget</extends> |
341 <header>widgets/doublespinbox.h</header> |
93 <header>widgets/matrixeditor.h</header> |
|
94 <container>1</container> |
342 </customwidget> |
95 </customwidget> |
343 </customwidgets> |
96 </customwidgets> |
344 <tabstops> |
97 <tabstops> |
345 <tabstop>primitivesTreeView</tabstop> |
98 <tabstop>primitivesTreeView</tabstop> |
346 <tabstop>referenceName</tabstop> |
99 <tabstop>referenceName</tabstop> |
347 <tabstop>colorButton</tabstop> |
100 <tabstop>colorButton</tabstop> |
348 <tabstop>positionX</tabstop> |
|
349 <tabstop>positionY</tabstop> |
|
350 <tabstop>positionZ</tabstop> |
|
351 <tabstop>matrixA</tabstop> |
|
352 <tabstop>matrixB</tabstop> |
|
353 <tabstop>matrixC</tabstop> |
|
354 <tabstop>matrixD</tabstop> |
|
355 <tabstop>matrixE</tabstop> |
|
356 <tabstop>matrixF</tabstop> |
|
357 <tabstop>matrixG</tabstop> |
|
358 <tabstop>matrixH</tabstop> |
|
359 <tabstop>matrixI</tabstop> |
|
360 <tabstop>scalingX</tabstop> |
|
361 <tabstop>scalingY</tabstop> |
|
362 <tabstop>scalingZ</tabstop> |
|
363 </tabstops> |
101 </tabstops> |
364 <resources/> |
102 <resources/> |
365 <connections> |
103 <connections> |
366 <connection> |
104 <connection> |
367 <sender>buttonBox</sender> |
105 <sender>buttonBox</sender> |