1 | /******************************************************************************** |
---|
2 | ** Form generated from reading UI file 'qscenewidget.ui' |
---|
3 | ** |
---|
4 | ** Created: Wed 19. May 11:59:20 2010 |
---|
5 | ** by: Qt User Interface Compiler version 4.6.2 |
---|
6 | ** |
---|
7 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
---|
8 | ********************************************************************************/ |
---|
9 | |
---|
10 | #ifndef UI_QSCENEWIDGET_H |
---|
11 | #define UI_QSCENEWIDGET_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/QGroupBox> |
---|
20 | #include <QtGui/QHBoxLayout> |
---|
21 | #include <QtGui/QHeaderView> |
---|
22 | #include <QtGui/QLabel> |
---|
23 | #include <QtGui/QLineEdit> |
---|
24 | #include <QtGui/QPushButton> |
---|
25 | #include <QtGui/QSpacerItem> |
---|
26 | #include <QtGui/QStackedWidget> |
---|
27 | #include <QtGui/QVBoxLayout> |
---|
28 | #include <QtGui/QWidget> |
---|
29 | #include "gui/QTransformMatrixWidget.h" |
---|
30 | |
---|
31 | QT_BEGIN_NAMESPACE |
---|
32 | |
---|
33 | class Ui_QSceneWidget |
---|
34 | { |
---|
35 | public: |
---|
36 | QHBoxLayout *hboxLayout; |
---|
37 | QVBoxLayout *vboxLayout; |
---|
38 | projection::QTransformMatrixWidget *transformWidget; |
---|
39 | QGroupBox *contentGroup; |
---|
40 | QHBoxLayout *hboxLayout1; |
---|
41 | QVBoxLayout *vboxLayout1; |
---|
42 | QHBoxLayout *hboxLayout2; |
---|
43 | QLabel *typeLabel; |
---|
44 | QComboBox *typeComboBox; |
---|
45 | QSpacerItem *spacerItem; |
---|
46 | QStackedWidget *stackedWidget; |
---|
47 | QCheckBox *showInDesignViewCheckBox; |
---|
48 | QHBoxLayout *hboxLayout3; |
---|
49 | QLabel *sceneSizeLabel; |
---|
50 | QLineEdit *sceneSizeEdit; |
---|
51 | QSpacerItem *spacerItem1; |
---|
52 | QHBoxLayout *hboxLayout4; |
---|
53 | QCheckBox *gridCheckBox; |
---|
54 | QLabel *gridSizeLabel; |
---|
55 | QLineEdit *gridSizeEdit; |
---|
56 | QSpacerItem *spacerItem2; |
---|
57 | QHBoxLayout *hboxLayout5; |
---|
58 | QSpacerItem *spacerItem3; |
---|
59 | QPushButton *centerViewButton; |
---|
60 | QPushButton *viewAllButton; |
---|
61 | |
---|
62 | void setupUi(QWidget *QSceneWidget) |
---|
63 | { |
---|
64 | if (QSceneWidget->objectName().isEmpty()) |
---|
65 | QSceneWidget->setObjectName(QString::fromUtf8("QSceneWidget")); |
---|
66 | QSceneWidget->resize(178, 242); |
---|
67 | hboxLayout = new QHBoxLayout(QSceneWidget); |
---|
68 | #ifndef Q_OS_MAC |
---|
69 | hboxLayout->setSpacing(6); |
---|
70 | #endif |
---|
71 | hboxLayout->setContentsMargins(4, 4, 4, 4); |
---|
72 | hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
---|
73 | vboxLayout = new QVBoxLayout(); |
---|
74 | #ifndef Q_OS_MAC |
---|
75 | vboxLayout->setSpacing(6); |
---|
76 | #endif |
---|
77 | #ifndef Q_OS_MAC |
---|
78 | vboxLayout->setContentsMargins(0, 0, 0, 0); |
---|
79 | #endif |
---|
80 | vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
---|
81 | transformWidget = new projection::QTransformMatrixWidget(QSceneWidget); |
---|
82 | transformWidget->setObjectName(QString::fromUtf8("transformWidget")); |
---|
83 | transformWidget->setFocusPolicy(Qt::StrongFocus); |
---|
84 | |
---|
85 | vboxLayout->addWidget(transformWidget); |
---|
86 | |
---|
87 | contentGroup = new QGroupBox(QSceneWidget); |
---|
88 | contentGroup->setObjectName(QString::fromUtf8("contentGroup")); |
---|
89 | hboxLayout1 = new QHBoxLayout(contentGroup); |
---|
90 | #ifndef Q_OS_MAC |
---|
91 | hboxLayout1->setSpacing(6); |
---|
92 | #endif |
---|
93 | hboxLayout1->setContentsMargins(4, 4, 4, 4); |
---|
94 | hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); |
---|
95 | vboxLayout1 = new QVBoxLayout(); |
---|
96 | #ifndef Q_OS_MAC |
---|
97 | vboxLayout1->setSpacing(6); |
---|
98 | #endif |
---|
99 | #ifndef Q_OS_MAC |
---|
100 | vboxLayout1->setContentsMargins(0, 0, 0, 0); |
---|
101 | #endif |
---|
102 | vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); |
---|
103 | hboxLayout2 = new QHBoxLayout(); |
---|
104 | #ifndef Q_OS_MAC |
---|
105 | hboxLayout2->setSpacing(6); |
---|
106 | #endif |
---|
107 | #ifndef Q_OS_MAC |
---|
108 | hboxLayout2->setContentsMargins(0, 0, 0, 0); |
---|
109 | #endif |
---|
110 | hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); |
---|
111 | typeLabel = new QLabel(contentGroup); |
---|
112 | typeLabel->setObjectName(QString::fromUtf8("typeLabel")); |
---|
113 | |
---|
114 | hboxLayout2->addWidget(typeLabel); |
---|
115 | |
---|
116 | typeComboBox = new QComboBox(contentGroup); |
---|
117 | typeComboBox->setObjectName(QString::fromUtf8("typeComboBox")); |
---|
118 | typeComboBox->setMinimumSize(QSize(96, 0)); |
---|
119 | |
---|
120 | hboxLayout2->addWidget(typeComboBox); |
---|
121 | |
---|
122 | spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
---|
123 | |
---|
124 | hboxLayout2->addItem(spacerItem); |
---|
125 | |
---|
126 | |
---|
127 | vboxLayout1->addLayout(hboxLayout2); |
---|
128 | |
---|
129 | stackedWidget = new QStackedWidget(contentGroup); |
---|
130 | stackedWidget->setObjectName(QString::fromUtf8("stackedWidget")); |
---|
131 | stackedWidget->setFocusPolicy(Qt::StrongFocus); |
---|
132 | |
---|
133 | vboxLayout1->addWidget(stackedWidget); |
---|
134 | |
---|
135 | |
---|
136 | hboxLayout1->addLayout(vboxLayout1); |
---|
137 | |
---|
138 | |
---|
139 | vboxLayout->addWidget(contentGroup); |
---|
140 | |
---|
141 | showInDesignViewCheckBox = new QCheckBox(QSceneWidget); |
---|
142 | showInDesignViewCheckBox->setObjectName(QString::fromUtf8("showInDesignViewCheckBox")); |
---|
143 | |
---|
144 | vboxLayout->addWidget(showInDesignViewCheckBox); |
---|
145 | |
---|
146 | hboxLayout3 = new QHBoxLayout(); |
---|
147 | #ifndef Q_OS_MAC |
---|
148 | hboxLayout3->setSpacing(6); |
---|
149 | #endif |
---|
150 | hboxLayout3->setContentsMargins(0, 0, 0, 0); |
---|
151 | hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); |
---|
152 | sceneSizeLabel = new QLabel(QSceneWidget); |
---|
153 | sceneSizeLabel->setObjectName(QString::fromUtf8("sceneSizeLabel")); |
---|
154 | |
---|
155 | hboxLayout3->addWidget(sceneSizeLabel); |
---|
156 | |
---|
157 | sceneSizeEdit = new QLineEdit(QSceneWidget); |
---|
158 | sceneSizeEdit->setObjectName(QString::fromUtf8("sceneSizeEdit")); |
---|
159 | sceneSizeEdit->setMaximumSize(QSize(64, 16777215)); |
---|
160 | |
---|
161 | hboxLayout3->addWidget(sceneSizeEdit); |
---|
162 | |
---|
163 | spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
---|
164 | |
---|
165 | hboxLayout3->addItem(spacerItem1); |
---|
166 | |
---|
167 | |
---|
168 | vboxLayout->addLayout(hboxLayout3); |
---|
169 | |
---|
170 | hboxLayout4 = new QHBoxLayout(); |
---|
171 | #ifndef Q_OS_MAC |
---|
172 | hboxLayout4->setSpacing(6); |
---|
173 | #endif |
---|
174 | hboxLayout4->setContentsMargins(0, 0, 0, 0); |
---|
175 | hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); |
---|
176 | gridCheckBox = new QCheckBox(QSceneWidget); |
---|
177 | gridCheckBox->setObjectName(QString::fromUtf8("gridCheckBox")); |
---|
178 | |
---|
179 | hboxLayout4->addWidget(gridCheckBox); |
---|
180 | |
---|
181 | gridSizeLabel = new QLabel(QSceneWidget); |
---|
182 | gridSizeLabel->setObjectName(QString::fromUtf8("gridSizeLabel")); |
---|
183 | |
---|
184 | hboxLayout4->addWidget(gridSizeLabel); |
---|
185 | |
---|
186 | gridSizeEdit = new QLineEdit(QSceneWidget); |
---|
187 | gridSizeEdit->setObjectName(QString::fromUtf8("gridSizeEdit")); |
---|
188 | gridSizeEdit->setMaximumSize(QSize(64, 16777215)); |
---|
189 | |
---|
190 | hboxLayout4->addWidget(gridSizeEdit); |
---|
191 | |
---|
192 | spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
---|
193 | |
---|
194 | hboxLayout4->addItem(spacerItem2); |
---|
195 | |
---|
196 | |
---|
197 | vboxLayout->addLayout(hboxLayout4); |
---|
198 | |
---|
199 | hboxLayout5 = new QHBoxLayout(); |
---|
200 | #ifndef Q_OS_MAC |
---|
201 | hboxLayout5->setSpacing(6); |
---|
202 | #endif |
---|
203 | hboxLayout5->setContentsMargins(0, 0, 0, 0); |
---|
204 | hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); |
---|
205 | spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
---|
206 | |
---|
207 | hboxLayout5->addItem(spacerItem3); |
---|
208 | |
---|
209 | centerViewButton = new QPushButton(QSceneWidget); |
---|
210 | centerViewButton->setObjectName(QString::fromUtf8("centerViewButton")); |
---|
211 | |
---|
212 | hboxLayout5->addWidget(centerViewButton); |
---|
213 | |
---|
214 | viewAllButton = new QPushButton(QSceneWidget); |
---|
215 | viewAllButton->setObjectName(QString::fromUtf8("viewAllButton")); |
---|
216 | |
---|
217 | hboxLayout5->addWidget(viewAllButton); |
---|
218 | |
---|
219 | |
---|
220 | vboxLayout->addLayout(hboxLayout5); |
---|
221 | |
---|
222 | |
---|
223 | hboxLayout->addLayout(vboxLayout); |
---|
224 | |
---|
225 | QWidget::setTabOrder(typeComboBox, stackedWidget); |
---|
226 | QWidget::setTabOrder(stackedWidget, showInDesignViewCheckBox); |
---|
227 | QWidget::setTabOrder(showInDesignViewCheckBox, gridCheckBox); |
---|
228 | QWidget::setTabOrder(gridCheckBox, gridSizeEdit); |
---|
229 | QWidget::setTabOrder(gridSizeEdit, centerViewButton); |
---|
230 | QWidget::setTabOrder(centerViewButton, viewAllButton); |
---|
231 | |
---|
232 | retranslateUi(QSceneWidget); |
---|
233 | |
---|
234 | stackedWidget->setCurrentIndex(-1); |
---|
235 | |
---|
236 | |
---|
237 | QMetaObject::connectSlotsByName(QSceneWidget); |
---|
238 | } // setupUi |
---|
239 | |
---|
240 | void retranslateUi(QWidget *QSceneWidget) |
---|
241 | { |
---|
242 | QSceneWidget->setWindowTitle(QApplication::translate("QSceneWidget", "Scene Settings", 0, QApplication::UnicodeUTF8)); |
---|
243 | contentGroup->setTitle(QApplication::translate("QSceneWidget", "Content", 0, QApplication::UnicodeUTF8)); |
---|
244 | typeLabel->setText(QApplication::translate("QSceneWidget", "Type", 0, QApplication::UnicodeUTF8)); |
---|
245 | showInDesignViewCheckBox->setText(QApplication::translate("QSceneWidget", "Show in Design View", 0, QApplication::UnicodeUTF8)); |
---|
246 | sceneSizeLabel->setText(QApplication::translate("QSceneWidget", "Scene size", 0, QApplication::UnicodeUTF8)); |
---|
247 | gridCheckBox->setText(QApplication::translate("QSceneWidget", "Grid", 0, QApplication::UnicodeUTF8)); |
---|
248 | gridSizeLabel->setText(QApplication::translate("QSceneWidget", "Size", 0, QApplication::UnicodeUTF8)); |
---|
249 | centerViewButton->setText(QApplication::translate("QSceneWidget", "Center View", 0, QApplication::UnicodeUTF8)); |
---|
250 | viewAllButton->setText(QApplication::translate("QSceneWidget", "ViewAll", 0, QApplication::UnicodeUTF8)); |
---|
251 | } // retranslateUi |
---|
252 | |
---|
253 | }; |
---|
254 | |
---|
255 | namespace Ui { |
---|
256 | class QSceneWidget: public Ui_QSceneWidget {}; |
---|
257 | } // namespace Ui |
---|
258 | |
---|
259 | QT_END_NAMESPACE |
---|
260 | |
---|
261 | #endif // UI_QSCENEWIDGET_H |
---|