1 | /******************************************************************************** |
---|
2 | ** Form generated from reading ui file 'qscreenwidget.ui' |
---|
3 | ** |
---|
4 | ** Created: Mon 27. Apr 14:25:27 2009 |
---|
5 | ** by: Qt User Interface Compiler version 4.5.1 |
---|
6 | ** |
---|
7 | ** WARNING! All changes made in this file will be lost when recompiling ui file! |
---|
8 | ********************************************************************************/ |
---|
9 | |
---|
10 | #ifndef UI_QSCREENWIDGET_H |
---|
11 | #define UI_QSCREENWIDGET_H |
---|
12 | |
---|
13 | #include <QtCore/QVariant> |
---|
14 | #include <QtGui/QAction> |
---|
15 | #include <QtGui/QApplication> |
---|
16 | #include <QtGui/QButtonGroup> |
---|
17 | #include <QtGui/QCheckBox> |
---|
18 | #include <QtGui/QComboBox> |
---|
19 | #include <QtGui/QGridLayout> |
---|
20 | #include <QtGui/QGroupBox> |
---|
21 | #include <QtGui/QHBoxLayout> |
---|
22 | #include <QtGui/QHeaderView> |
---|
23 | #include <QtGui/QLabel> |
---|
24 | #include <QtGui/QLineEdit> |
---|
25 | #include <QtGui/QPushButton> |
---|
26 | #include <QtGui/QSpacerItem> |
---|
27 | #include <QtGui/QSpinBox> |
---|
28 | #include <QtGui/QStackedWidget> |
---|
29 | #include <QtGui/QVBoxLayout> |
---|
30 | #include <QtGui/QWidget> |
---|
31 | #include "gui/QTransformMatrixWidget.h" |
---|
32 | |
---|
33 | QT_BEGIN_NAMESPACE |
---|
34 | |
---|
35 | class Ui_QScreenWidget |
---|
36 | { |
---|
37 | public: |
---|
38 | QHBoxLayout *hboxLayout; |
---|
39 | QVBoxLayout *vboxLayout; |
---|
40 | projection::QTransformMatrixWidget *transformWidget; |
---|
41 | QGroupBox *shapeGroup; |
---|
42 | QHBoxLayout *hboxLayout1; |
---|
43 | QVBoxLayout *vboxLayout1; |
---|
44 | QHBoxLayout *hboxLayout2; |
---|
45 | QLabel *typeLabel; |
---|
46 | QComboBox *typeComboBox; |
---|
47 | QSpacerItem *spacerItem; |
---|
48 | QStackedWidget *stackedWidget; |
---|
49 | QWidget *domePage; |
---|
50 | QHBoxLayout *hboxLayout3; |
---|
51 | QVBoxLayout *vboxLayout2; |
---|
52 | QHBoxLayout *hboxLayout4; |
---|
53 | QLabel *domeRadiusLabel; |
---|
54 | QLineEdit *domeRadiusEdit; |
---|
55 | QHBoxLayout *hboxLayout5; |
---|
56 | QLabel *domeAzimResLabel; |
---|
57 | QSpinBox *domeAzimResSpinBox; |
---|
58 | QHBoxLayout *hboxLayout6; |
---|
59 | QLabel *domeElevResLabel; |
---|
60 | QSpinBox *domeElevResSpinBox; |
---|
61 | QHBoxLayout *hboxLayout7; |
---|
62 | QLabel *domeSubdivLabel; |
---|
63 | QSpinBox *domeSubdivSpinBox; |
---|
64 | QCheckBox *domeFullDomeCheckBox; |
---|
65 | QSpacerItem *spacerItem1; |
---|
66 | QWidget *planePage; |
---|
67 | QHBoxLayout *hboxLayout8; |
---|
68 | QVBoxLayout *vboxLayout3; |
---|
69 | QGridLayout *gridLayout; |
---|
70 | QLabel *planeHeightLabel; |
---|
71 | QLabel *planeHorResLabel; |
---|
72 | QSpinBox *planeHorResSpinBox; |
---|
73 | QLabel *planeVertResLabel; |
---|
74 | QLineEdit *planeWidthEdit; |
---|
75 | QLabel *planeWidthLabel; |
---|
76 | QLineEdit *planeHeightEdit; |
---|
77 | QSpinBox *planeVertResSpinBox; |
---|
78 | QSpacerItem *spacerItem2; |
---|
79 | QWidget *boxPage; |
---|
80 | QHBoxLayout *hboxLayout9; |
---|
81 | QVBoxLayout *vboxLayout4; |
---|
82 | QGridLayout *gridLayout1; |
---|
83 | QSpinBox *boxVertResSpinBox; |
---|
84 | QLabel *boxHorResLabel; |
---|
85 | QLabel *boxDepthResLabel; |
---|
86 | QLabel *boxHeightLabel; |
---|
87 | QLabel *boxWidthLabel; |
---|
88 | QLineEdit *boxWidthEdit; |
---|
89 | QSpinBox *boxHorResSpinBox; |
---|
90 | QSpinBox *boxDepthResSpinBox; |
---|
91 | QLabel *boxVertResLabel; |
---|
92 | QLineEdit *boxDepthEdit; |
---|
93 | QLabel *boxDepthLabel; |
---|
94 | QLineEdit *boxHeightEdit; |
---|
95 | QSpacerItem *spacerItem3; |
---|
96 | QWidget *modelPage; |
---|
97 | QHBoxLayout *hboxLayout10; |
---|
98 | QVBoxLayout *vboxLayout5; |
---|
99 | QHBoxLayout *hboxLayout11; |
---|
100 | QLabel *modelFileNameLabel; |
---|
101 | QLineEdit *modelFileNameEdit; |
---|
102 | QPushButton *modelBrowseButton; |
---|
103 | QSpacerItem *spacerItem4; |
---|
104 | QHBoxLayout *hboxLayout12; |
---|
105 | QCheckBox *frameCheckBox; |
---|
106 | QLabel *frameLineWidthLabel; |
---|
107 | QSpinBox *frameLineWidthSpinBox; |
---|
108 | |
---|
109 | void setupUi(QWidget *QScreenWidget) |
---|
110 | { |
---|
111 | if (QScreenWidget->objectName().isEmpty()) |
---|
112 | QScreenWidget->setObjectName(QString::fromUtf8("QScreenWidget")); |
---|
113 | QScreenWidget->resize(183, 222); |
---|
114 | hboxLayout = new QHBoxLayout(QScreenWidget); |
---|
115 | #ifndef Q_OS_MAC |
---|
116 | hboxLayout->setSpacing(6); |
---|
117 | #endif |
---|
118 | hboxLayout->setMargin(4); |
---|
119 | hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
---|
120 | vboxLayout = new QVBoxLayout(); |
---|
121 | #ifndef Q_OS_MAC |
---|
122 | vboxLayout->setSpacing(6); |
---|
123 | #endif |
---|
124 | #ifndef Q_OS_MAC |
---|
125 | vboxLayout->setMargin(0); |
---|
126 | #endif |
---|
127 | vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
---|
128 | transformWidget = new projection::QTransformMatrixWidget(QScreenWidget); |
---|
129 | transformWidget->setObjectName(QString::fromUtf8("transformWidget")); |
---|
130 | transformWidget->setFocusPolicy(Qt::StrongFocus); |
---|
131 | |
---|
132 | vboxLayout->addWidget(transformWidget); |
---|
133 | |
---|
134 | shapeGroup = new QGroupBox(QScreenWidget); |
---|
135 | shapeGroup->setObjectName(QString::fromUtf8("shapeGroup")); |
---|
136 | hboxLayout1 = new QHBoxLayout(shapeGroup); |
---|
137 | #ifndef Q_OS_MAC |
---|
138 | hboxLayout1->setSpacing(6); |
---|
139 | #endif |
---|
140 | hboxLayout1->setMargin(4); |
---|
141 | hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); |
---|
142 | vboxLayout1 = new QVBoxLayout(); |
---|
143 | #ifndef Q_OS_MAC |
---|
144 | vboxLayout1->setSpacing(6); |
---|
145 | #endif |
---|
146 | #ifndef Q_OS_MAC |
---|
147 | vboxLayout1->setMargin(0); |
---|
148 | #endif |
---|
149 | vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); |
---|
150 | hboxLayout2 = new QHBoxLayout(); |
---|
151 | #ifndef Q_OS_MAC |
---|
152 | hboxLayout2->setSpacing(6); |
---|
153 | #endif |
---|
154 | #ifndef Q_OS_MAC |
---|
155 | hboxLayout2->setMargin(0); |
---|
156 | #endif |
---|
157 | hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); |
---|
158 | typeLabel = new QLabel(shapeGroup); |
---|
159 | typeLabel->setObjectName(QString::fromUtf8("typeLabel")); |
---|
160 | |
---|
161 | hboxLayout2->addWidget(typeLabel); |
---|
162 | |
---|
163 | typeComboBox = new QComboBox(shapeGroup); |
---|
164 | typeComboBox->setObjectName(QString::fromUtf8("typeComboBox")); |
---|
165 | typeComboBox->setMinimumSize(QSize(96, 0)); |
---|
166 | |
---|
167 | hboxLayout2->addWidget(typeComboBox); |
---|
168 | |
---|
169 | spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
---|
170 | |
---|
171 | hboxLayout2->addItem(spacerItem); |
---|
172 | |
---|
173 | |
---|
174 | vboxLayout1->addLayout(hboxLayout2); |
---|
175 | |
---|
176 | stackedWidget = new QStackedWidget(shapeGroup); |
---|
177 | stackedWidget->setObjectName(QString::fromUtf8("stackedWidget")); |
---|
178 | domePage = new QWidget(); |
---|
179 | domePage->setObjectName(QString::fromUtf8("domePage")); |
---|
180 | hboxLayout3 = new QHBoxLayout(domePage); |
---|
181 | #ifndef Q_OS_MAC |
---|
182 | hboxLayout3->setSpacing(6); |
---|
183 | #endif |
---|
184 | hboxLayout3->setMargin(4); |
---|
185 | hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); |
---|
186 | vboxLayout2 = new QVBoxLayout(); |
---|
187 | #ifndef Q_OS_MAC |
---|
188 | vboxLayout2->setSpacing(6); |
---|
189 | #endif |
---|
190 | #ifndef Q_OS_MAC |
---|
191 | vboxLayout2->setMargin(0); |
---|
192 | #endif |
---|
193 | vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); |
---|
194 | hboxLayout4 = new QHBoxLayout(); |
---|
195 | #ifndef Q_OS_MAC |
---|
196 | hboxLayout4->setSpacing(6); |
---|
197 | #endif |
---|
198 | #ifndef Q_OS_MAC |
---|
199 | hboxLayout4->setMargin(0); |
---|
200 | #endif |
---|
201 | hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); |
---|
202 | domeRadiusLabel = new QLabel(domePage); |
---|
203 | domeRadiusLabel->setObjectName(QString::fromUtf8("domeRadiusLabel")); |
---|
204 | |
---|
205 | hboxLayout4->addWidget(domeRadiusLabel); |
---|
206 | |
---|
207 | domeRadiusEdit = new QLineEdit(domePage); |
---|
208 | domeRadiusEdit->setObjectName(QString::fromUtf8("domeRadiusEdit")); |
---|
209 | |
---|
210 | hboxLayout4->addWidget(domeRadiusEdit); |
---|
211 | |
---|
212 | |
---|
213 | vboxLayout2->addLayout(hboxLayout4); |
---|
214 | |
---|
215 | hboxLayout5 = new QHBoxLayout(); |
---|
216 | #ifndef Q_OS_MAC |
---|
217 | hboxLayout5->setSpacing(6); |
---|
218 | #endif |
---|
219 | hboxLayout5->setMargin(0); |
---|
220 | hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); |
---|
221 | domeAzimResLabel = new QLabel(domePage); |
---|
222 | domeAzimResLabel->setObjectName(QString::fromUtf8("domeAzimResLabel")); |
---|
223 | |
---|
224 | hboxLayout5->addWidget(domeAzimResLabel); |
---|
225 | |
---|
226 | domeAzimResSpinBox = new QSpinBox(domePage); |
---|
227 | domeAzimResSpinBox->setObjectName(QString::fromUtf8("domeAzimResSpinBox")); |
---|
228 | domeAzimResSpinBox->setMaximum(128); |
---|
229 | domeAzimResSpinBox->setMinimum(2); |
---|
230 | |
---|
231 | hboxLayout5->addWidget(domeAzimResSpinBox); |
---|
232 | |
---|
233 | |
---|
234 | vboxLayout2->addLayout(hboxLayout5); |
---|
235 | |
---|
236 | hboxLayout6 = new QHBoxLayout(); |
---|
237 | #ifndef Q_OS_MAC |
---|
238 | hboxLayout6->setSpacing(6); |
---|
239 | #endif |
---|
240 | hboxLayout6->setMargin(0); |
---|
241 | hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6")); |
---|
242 | domeElevResLabel = new QLabel(domePage); |
---|
243 | domeElevResLabel->setObjectName(QString::fromUtf8("domeElevResLabel")); |
---|
244 | |
---|
245 | hboxLayout6->addWidget(domeElevResLabel); |
---|
246 | |
---|
247 | domeElevResSpinBox = new QSpinBox(domePage); |
---|
248 | domeElevResSpinBox->setObjectName(QString::fromUtf8("domeElevResSpinBox")); |
---|
249 | domeElevResSpinBox->setMaximum(128); |
---|
250 | domeElevResSpinBox->setMinimum(2); |
---|
251 | |
---|
252 | hboxLayout6->addWidget(domeElevResSpinBox); |
---|
253 | |
---|
254 | |
---|
255 | vboxLayout2->addLayout(hboxLayout6); |
---|
256 | |
---|
257 | hboxLayout7 = new QHBoxLayout(); |
---|
258 | #ifndef Q_OS_MAC |
---|
259 | hboxLayout7->setSpacing(6); |
---|
260 | #endif |
---|
261 | hboxLayout7->setMargin(0); |
---|
262 | hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7")); |
---|
263 | domeSubdivLabel = new QLabel(domePage); |
---|
264 | domeSubdivLabel->setObjectName(QString::fromUtf8("domeSubdivLabel")); |
---|
265 | |
---|
266 | hboxLayout7->addWidget(domeSubdivLabel); |
---|
267 | |
---|
268 | domeSubdivSpinBox = new QSpinBox(domePage); |
---|
269 | domeSubdivSpinBox->setObjectName(QString::fromUtf8("domeSubdivSpinBox")); |
---|
270 | domeSubdivSpinBox->setMaximum(8); |
---|
271 | domeSubdivSpinBox->setMinimum(1); |
---|
272 | |
---|
273 | hboxLayout7->addWidget(domeSubdivSpinBox); |
---|
274 | |
---|
275 | |
---|
276 | vboxLayout2->addLayout(hboxLayout7); |
---|
277 | |
---|
278 | domeFullDomeCheckBox = new QCheckBox(domePage); |
---|
279 | domeFullDomeCheckBox->setObjectName(QString::fromUtf8("domeFullDomeCheckBox")); |
---|
280 | |
---|
281 | vboxLayout2->addWidget(domeFullDomeCheckBox); |
---|
282 | |
---|
283 | spacerItem1 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
---|
284 | |
---|
285 | vboxLayout2->addItem(spacerItem1); |
---|
286 | |
---|
287 | |
---|
288 | hboxLayout3->addLayout(vboxLayout2); |
---|
289 | |
---|
290 | stackedWidget->addWidget(domePage); |
---|
291 | planePage = new QWidget(); |
---|
292 | planePage->setObjectName(QString::fromUtf8("planePage")); |
---|
293 | hboxLayout8 = new QHBoxLayout(planePage); |
---|
294 | #ifndef Q_OS_MAC |
---|
295 | hboxLayout8->setSpacing(6); |
---|
296 | #endif |
---|
297 | hboxLayout8->setMargin(4); |
---|
298 | hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8")); |
---|
299 | vboxLayout3 = new QVBoxLayout(); |
---|
300 | #ifndef Q_OS_MAC |
---|
301 | vboxLayout3->setSpacing(6); |
---|
302 | #endif |
---|
303 | #ifndef Q_OS_MAC |
---|
304 | vboxLayout3->setMargin(0); |
---|
305 | #endif |
---|
306 | vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); |
---|
307 | gridLayout = new QGridLayout(); |
---|
308 | #ifndef Q_OS_MAC |
---|
309 | gridLayout->setSpacing(6); |
---|
310 | #endif |
---|
311 | #ifndef Q_OS_MAC |
---|
312 | gridLayout->setMargin(0); |
---|
313 | #endif |
---|
314 | gridLayout->setObjectName(QString::fromUtf8("gridLayout")); |
---|
315 | planeHeightLabel = new QLabel(planePage); |
---|
316 | planeHeightLabel->setObjectName(QString::fromUtf8("planeHeightLabel")); |
---|
317 | |
---|
318 | gridLayout->addWidget(planeHeightLabel, 1, 0, 1, 1); |
---|
319 | |
---|
320 | planeHorResLabel = new QLabel(planePage); |
---|
321 | planeHorResLabel->setObjectName(QString::fromUtf8("planeHorResLabel")); |
---|
322 | |
---|
323 | gridLayout->addWidget(planeHorResLabel, 0, 2, 1, 1); |
---|
324 | |
---|
325 | planeHorResSpinBox = new QSpinBox(planePage); |
---|
326 | planeHorResSpinBox->setObjectName(QString::fromUtf8("planeHorResSpinBox")); |
---|
327 | planeHorResSpinBox->setMaximum(128); |
---|
328 | planeHorResSpinBox->setMinimum(1); |
---|
329 | |
---|
330 | gridLayout->addWidget(planeHorResSpinBox, 0, 3, 1, 1); |
---|
331 | |
---|
332 | planeVertResLabel = new QLabel(planePage); |
---|
333 | planeVertResLabel->setObjectName(QString::fromUtf8("planeVertResLabel")); |
---|
334 | |
---|
335 | gridLayout->addWidget(planeVertResLabel, 1, 2, 1, 1); |
---|
336 | |
---|
337 | planeWidthEdit = new QLineEdit(planePage); |
---|
338 | planeWidthEdit->setObjectName(QString::fromUtf8("planeWidthEdit")); |
---|
339 | |
---|
340 | gridLayout->addWidget(planeWidthEdit, 0, 1, 1, 1); |
---|
341 | |
---|
342 | planeWidthLabel = new QLabel(planePage); |
---|
343 | planeWidthLabel->setObjectName(QString::fromUtf8("planeWidthLabel")); |
---|
344 | |
---|
345 | gridLayout->addWidget(planeWidthLabel, 0, 0, 1, 1); |
---|
346 | |
---|
347 | planeHeightEdit = new QLineEdit(planePage); |
---|
348 | planeHeightEdit->setObjectName(QString::fromUtf8("planeHeightEdit")); |
---|
349 | |
---|
350 | gridLayout->addWidget(planeHeightEdit, 1, 1, 1, 1); |
---|
351 | |
---|
352 | planeVertResSpinBox = new QSpinBox(planePage); |
---|
353 | planeVertResSpinBox->setObjectName(QString::fromUtf8("planeVertResSpinBox")); |
---|
354 | planeVertResSpinBox->setMaximum(128); |
---|
355 | planeVertResSpinBox->setMinimum(1); |
---|
356 | |
---|
357 | gridLayout->addWidget(planeVertResSpinBox, 1, 3, 1, 1); |
---|
358 | |
---|
359 | |
---|
360 | vboxLayout3->addLayout(gridLayout); |
---|
361 | |
---|
362 | spacerItem2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
---|
363 | |
---|
364 | vboxLayout3->addItem(spacerItem2); |
---|
365 | |
---|
366 | |
---|
367 | hboxLayout8->addLayout(vboxLayout3); |
---|
368 | |
---|
369 | stackedWidget->addWidget(planePage); |
---|
370 | boxPage = new QWidget(); |
---|
371 | boxPage->setObjectName(QString::fromUtf8("boxPage")); |
---|
372 | hboxLayout9 = new QHBoxLayout(boxPage); |
---|
373 | #ifndef Q_OS_MAC |
---|
374 | hboxLayout9->setSpacing(6); |
---|
375 | #endif |
---|
376 | hboxLayout9->setMargin(4); |
---|
377 | hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9")); |
---|
378 | vboxLayout4 = new QVBoxLayout(); |
---|
379 | #ifndef Q_OS_MAC |
---|
380 | vboxLayout4->setSpacing(6); |
---|
381 | #endif |
---|
382 | #ifndef Q_OS_MAC |
---|
383 | vboxLayout4->setMargin(0); |
---|
384 | #endif |
---|
385 | vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4")); |
---|
386 | gridLayout1 = new QGridLayout(); |
---|
387 | #ifndef Q_OS_MAC |
---|
388 | gridLayout1->setSpacing(6); |
---|
389 | #endif |
---|
390 | #ifndef Q_OS_MAC |
---|
391 | gridLayout1->setMargin(0); |
---|
392 | #endif |
---|
393 | gridLayout1->setObjectName(QString::fromUtf8("gridLayout1")); |
---|
394 | boxVertResSpinBox = new QSpinBox(boxPage); |
---|
395 | boxVertResSpinBox->setObjectName(QString::fromUtf8("boxVertResSpinBox")); |
---|
396 | boxVertResSpinBox->setMaximum(128); |
---|
397 | boxVertResSpinBox->setMinimum(1); |
---|
398 | |
---|
399 | gridLayout1->addWidget(boxVertResSpinBox, 1, 3, 1, 1); |
---|
400 | |
---|
401 | boxHorResLabel = new QLabel(boxPage); |
---|
402 | boxHorResLabel->setObjectName(QString::fromUtf8("boxHorResLabel")); |
---|
403 | |
---|
404 | gridLayout1->addWidget(boxHorResLabel, 0, 2, 1, 1); |
---|
405 | |
---|
406 | boxDepthResLabel = new QLabel(boxPage); |
---|
407 | boxDepthResLabel->setObjectName(QString::fromUtf8("boxDepthResLabel")); |
---|
408 | |
---|
409 | gridLayout1->addWidget(boxDepthResLabel, 2, 2, 1, 1); |
---|
410 | |
---|
411 | boxHeightLabel = new QLabel(boxPage); |
---|
412 | boxHeightLabel->setObjectName(QString::fromUtf8("boxHeightLabel")); |
---|
413 | |
---|
414 | gridLayout1->addWidget(boxHeightLabel, 1, 0, 1, 1); |
---|
415 | |
---|
416 | boxWidthLabel = new QLabel(boxPage); |
---|
417 | boxWidthLabel->setObjectName(QString::fromUtf8("boxWidthLabel")); |
---|
418 | |
---|
419 | gridLayout1->addWidget(boxWidthLabel, 0, 0, 1, 1); |
---|
420 | |
---|
421 | boxWidthEdit = new QLineEdit(boxPage); |
---|
422 | boxWidthEdit->setObjectName(QString::fromUtf8("boxWidthEdit")); |
---|
423 | |
---|
424 | gridLayout1->addWidget(boxWidthEdit, 0, 1, 1, 1); |
---|
425 | |
---|
426 | boxHorResSpinBox = new QSpinBox(boxPage); |
---|
427 | boxHorResSpinBox->setObjectName(QString::fromUtf8("boxHorResSpinBox")); |
---|
428 | boxHorResSpinBox->setMaximum(128); |
---|
429 | boxHorResSpinBox->setMinimum(1); |
---|
430 | |
---|
431 | gridLayout1->addWidget(boxHorResSpinBox, 0, 3, 1, 1); |
---|
432 | |
---|
433 | boxDepthResSpinBox = new QSpinBox(boxPage); |
---|
434 | boxDepthResSpinBox->setObjectName(QString::fromUtf8("boxDepthResSpinBox")); |
---|
435 | boxDepthResSpinBox->setMaximum(128); |
---|
436 | boxDepthResSpinBox->setMinimum(1); |
---|
437 | |
---|
438 | gridLayout1->addWidget(boxDepthResSpinBox, 2, 3, 1, 1); |
---|
439 | |
---|
440 | boxVertResLabel = new QLabel(boxPage); |
---|
441 | boxVertResLabel->setObjectName(QString::fromUtf8("boxVertResLabel")); |
---|
442 | |
---|
443 | gridLayout1->addWidget(boxVertResLabel, 1, 2, 1, 1); |
---|
444 | |
---|
445 | boxDepthEdit = new QLineEdit(boxPage); |
---|
446 | boxDepthEdit->setObjectName(QString::fromUtf8("boxDepthEdit")); |
---|
447 | |
---|
448 | gridLayout1->addWidget(boxDepthEdit, 2, 1, 1, 1); |
---|
449 | |
---|
450 | boxDepthLabel = new QLabel(boxPage); |
---|
451 | boxDepthLabel->setObjectName(QString::fromUtf8("boxDepthLabel")); |
---|
452 | |
---|
453 | gridLayout1->addWidget(boxDepthLabel, 2, 0, 1, 1); |
---|
454 | |
---|
455 | boxHeightEdit = new QLineEdit(boxPage); |
---|
456 | boxHeightEdit->setObjectName(QString::fromUtf8("boxHeightEdit")); |
---|
457 | |
---|
458 | gridLayout1->addWidget(boxHeightEdit, 1, 1, 1, 1); |
---|
459 | |
---|
460 | |
---|
461 | vboxLayout4->addLayout(gridLayout1); |
---|
462 | |
---|
463 | spacerItem3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
---|
464 | |
---|
465 | vboxLayout4->addItem(spacerItem3); |
---|
466 | |
---|
467 | |
---|
468 | hboxLayout9->addLayout(vboxLayout4); |
---|
469 | |
---|
470 | stackedWidget->addWidget(boxPage); |
---|
471 | modelPage = new QWidget(); |
---|
472 | modelPage->setObjectName(QString::fromUtf8("modelPage")); |
---|
473 | hboxLayout10 = new QHBoxLayout(modelPage); |
---|
474 | #ifndef Q_OS_MAC |
---|
475 | hboxLayout10->setSpacing(6); |
---|
476 | #endif |
---|
477 | hboxLayout10->setMargin(4); |
---|
478 | hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10")); |
---|
479 | vboxLayout5 = new QVBoxLayout(); |
---|
480 | #ifndef Q_OS_MAC |
---|
481 | vboxLayout5->setSpacing(6); |
---|
482 | #endif |
---|
483 | #ifndef Q_OS_MAC |
---|
484 | vboxLayout5->setMargin(0); |
---|
485 | #endif |
---|
486 | vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5")); |
---|
487 | hboxLayout11 = new QHBoxLayout(); |
---|
488 | #ifndef Q_OS_MAC |
---|
489 | hboxLayout11->setSpacing(6); |
---|
490 | #endif |
---|
491 | #ifndef Q_OS_MAC |
---|
492 | hboxLayout11->setMargin(0); |
---|
493 | #endif |
---|
494 | hboxLayout11->setObjectName(QString::fromUtf8("hboxLayout11")); |
---|
495 | modelFileNameLabel = new QLabel(modelPage); |
---|
496 | modelFileNameLabel->setObjectName(QString::fromUtf8("modelFileNameLabel")); |
---|
497 | |
---|
498 | hboxLayout11->addWidget(modelFileNameLabel); |
---|
499 | |
---|
500 | modelFileNameEdit = new QLineEdit(modelPage); |
---|
501 | modelFileNameEdit->setObjectName(QString::fromUtf8("modelFileNameEdit")); |
---|
502 | |
---|
503 | hboxLayout11->addWidget(modelFileNameEdit); |
---|
504 | |
---|
505 | modelBrowseButton = new QPushButton(modelPage); |
---|
506 | modelBrowseButton->setObjectName(QString::fromUtf8("modelBrowseButton")); |
---|
507 | QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0)); |
---|
508 | sizePolicy.setHorizontalStretch(0); |
---|
509 | sizePolicy.setVerticalStretch(0); |
---|
510 | sizePolicy.setHeightForWidth(modelBrowseButton->sizePolicy().hasHeightForWidth()); |
---|
511 | modelBrowseButton->setSizePolicy(sizePolicy); |
---|
512 | modelBrowseButton->setMaximumSize(QSize(23, 16777215)); |
---|
513 | |
---|
514 | hboxLayout11->addWidget(modelBrowseButton); |
---|
515 | |
---|
516 | |
---|
517 | vboxLayout5->addLayout(hboxLayout11); |
---|
518 | |
---|
519 | spacerItem4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
---|
520 | |
---|
521 | vboxLayout5->addItem(spacerItem4); |
---|
522 | |
---|
523 | |
---|
524 | hboxLayout10->addLayout(vboxLayout5); |
---|
525 | |
---|
526 | stackedWidget->addWidget(modelPage); |
---|
527 | |
---|
528 | vboxLayout1->addWidget(stackedWidget); |
---|
529 | |
---|
530 | |
---|
531 | hboxLayout1->addLayout(vboxLayout1); |
---|
532 | |
---|
533 | |
---|
534 | vboxLayout->addWidget(shapeGroup); |
---|
535 | |
---|
536 | hboxLayout12 = new QHBoxLayout(); |
---|
537 | #ifndef Q_OS_MAC |
---|
538 | hboxLayout12->setSpacing(6); |
---|
539 | #endif |
---|
540 | hboxLayout12->setMargin(0); |
---|
541 | hboxLayout12->setObjectName(QString::fromUtf8("hboxLayout12")); |
---|
542 | frameCheckBox = new QCheckBox(QScreenWidget); |
---|
543 | frameCheckBox->setObjectName(QString::fromUtf8("frameCheckBox")); |
---|
544 | |
---|
545 | hboxLayout12->addWidget(frameCheckBox); |
---|
546 | |
---|
547 | frameLineWidthLabel = new QLabel(QScreenWidget); |
---|
548 | frameLineWidthLabel->setObjectName(QString::fromUtf8("frameLineWidthLabel")); |
---|
549 | |
---|
550 | hboxLayout12->addWidget(frameLineWidthLabel); |
---|
551 | |
---|
552 | frameLineWidthSpinBox = new QSpinBox(QScreenWidget); |
---|
553 | frameLineWidthSpinBox->setObjectName(QString::fromUtf8("frameLineWidthSpinBox")); |
---|
554 | frameLineWidthSpinBox->setMaximum(4); |
---|
555 | frameLineWidthSpinBox->setMinimum(1); |
---|
556 | |
---|
557 | hboxLayout12->addWidget(frameLineWidthSpinBox); |
---|
558 | |
---|
559 | |
---|
560 | vboxLayout->addLayout(hboxLayout12); |
---|
561 | |
---|
562 | |
---|
563 | hboxLayout->addLayout(vboxLayout); |
---|
564 | |
---|
565 | QWidget::setTabOrder(typeComboBox, transformWidget); |
---|
566 | QWidget::setTabOrder(transformWidget, domeRadiusEdit); |
---|
567 | QWidget::setTabOrder(domeRadiusEdit, domeAzimResSpinBox); |
---|
568 | QWidget::setTabOrder(domeAzimResSpinBox, domeElevResSpinBox); |
---|
569 | QWidget::setTabOrder(domeElevResSpinBox, domeFullDomeCheckBox); |
---|
570 | QWidget::setTabOrder(domeFullDomeCheckBox, planeWidthEdit); |
---|
571 | QWidget::setTabOrder(planeWidthEdit, planeHeightEdit); |
---|
572 | QWidget::setTabOrder(planeHeightEdit, planeHorResSpinBox); |
---|
573 | QWidget::setTabOrder(planeHorResSpinBox, planeVertResSpinBox); |
---|
574 | QWidget::setTabOrder(planeVertResSpinBox, boxWidthEdit); |
---|
575 | QWidget::setTabOrder(boxWidthEdit, boxHeightEdit); |
---|
576 | QWidget::setTabOrder(boxHeightEdit, boxDepthEdit); |
---|
577 | QWidget::setTabOrder(boxDepthEdit, boxHorResSpinBox); |
---|
578 | QWidget::setTabOrder(boxHorResSpinBox, boxVertResSpinBox); |
---|
579 | QWidget::setTabOrder(boxVertResSpinBox, boxDepthResSpinBox); |
---|
580 | |
---|
581 | retranslateUi(QScreenWidget); |
---|
582 | |
---|
583 | stackedWidget->setCurrentIndex(0); |
---|
584 | |
---|
585 | |
---|
586 | QMetaObject::connectSlotsByName(QScreenWidget); |
---|
587 | } // setupUi |
---|
588 | |
---|
589 | void retranslateUi(QWidget *QScreenWidget) |
---|
590 | { |
---|
591 | QScreenWidget->setWindowTitle(QApplication::translate("QScreenWidget", "Screen Settings", 0, QApplication::UnicodeUTF8)); |
---|
592 | shapeGroup->setTitle(QApplication::translate("QScreenWidget", "Shape", 0, QApplication::UnicodeUTF8)); |
---|
593 | typeLabel->setText(QApplication::translate("QScreenWidget", "Type", 0, QApplication::UnicodeUTF8)); |
---|
594 | typeComboBox->clear(); |
---|
595 | typeComboBox->insertItems(0, QStringList() |
---|
596 | << QApplication::translate("QScreenWidget", "Dome", 0, QApplication::UnicodeUTF8) |
---|
597 | << QApplication::translate("QScreenWidget", "Plane", 0, QApplication::UnicodeUTF8) |
---|
598 | << QApplication::translate("QScreenWidget", "Box", 0, QApplication::UnicodeUTF8) |
---|
599 | ); |
---|
600 | domeRadiusLabel->setText(QApplication::translate("QScreenWidget", "Radius", 0, QApplication::UnicodeUTF8)); |
---|
601 | domeAzimResLabel->setText(QApplication::translate("QScreenWidget", "Azimuth Res.", 0, QApplication::UnicodeUTF8)); |
---|
602 | domeElevResLabel->setText(QApplication::translate("QScreenWidget", "Elevation Res.", 0, QApplication::UnicodeUTF8)); |
---|
603 | domeSubdivLabel->setText(QApplication::translate("QScreenWidget", "Subdivision", 0, QApplication::UnicodeUTF8)); |
---|
604 | domeFullDomeCheckBox->setText(QApplication::translate("QScreenWidget", "Full dome", 0, QApplication::UnicodeUTF8)); |
---|
605 | planeHeightLabel->setText(QApplication::translate("QScreenWidget", "Height", 0, QApplication::UnicodeUTF8)); |
---|
606 | planeHorResLabel->setText(QApplication::translate("QScreenWidget", "Res.", 0, QApplication::UnicodeUTF8)); |
---|
607 | planeVertResLabel->setText(QApplication::translate("QScreenWidget", "Res.", 0, QApplication::UnicodeUTF8)); |
---|
608 | planeWidthLabel->setText(QApplication::translate("QScreenWidget", "Width", 0, QApplication::UnicodeUTF8)); |
---|
609 | boxHorResLabel->setText(QApplication::translate("QScreenWidget", "Res.", 0, QApplication::UnicodeUTF8)); |
---|
610 | boxDepthResLabel->setText(QApplication::translate("QScreenWidget", "Res.", 0, QApplication::UnicodeUTF8)); |
---|
611 | boxHeightLabel->setText(QApplication::translate("QScreenWidget", "Height", 0, QApplication::UnicodeUTF8)); |
---|
612 | boxWidthLabel->setText(QApplication::translate("QScreenWidget", "Width", 0, QApplication::UnicodeUTF8)); |
---|
613 | boxVertResLabel->setText(QApplication::translate("QScreenWidget", "Res.", 0, QApplication::UnicodeUTF8)); |
---|
614 | boxDepthLabel->setText(QApplication::translate("QScreenWidget", "Depth", 0, QApplication::UnicodeUTF8)); |
---|
615 | modelFileNameLabel->setText(QApplication::translate("QScreenWidget", "File", 0, QApplication::UnicodeUTF8)); |
---|
616 | modelBrowseButton->setText(QApplication::translate("QScreenWidget", "...", 0, QApplication::UnicodeUTF8)); |
---|
617 | frameCheckBox->setText(QApplication::translate("QScreenWidget", "Wireframe", 0, QApplication::UnicodeUTF8)); |
---|
618 | frameLineWidthLabel->setText(QApplication::translate("QScreenWidget", "Width", 0, QApplication::UnicodeUTF8)); |
---|
619 | Q_UNUSED(QScreenWidget); |
---|
620 | } // retranslateUi |
---|
621 | |
---|
622 | }; |
---|
623 | |
---|
624 | namespace Ui { |
---|
625 | class QScreenWidget: public Ui_QScreenWidget {}; |
---|
626 | } // namespace Ui |
---|
627 | |
---|
628 | QT_END_NAMESPACE |
---|
629 | |
---|
630 | #endif // UI_QSCREENWIDGET_H |
---|