1 | /******************************************************************************** |
---|
2 | ** Form generated from reading UI file 'defaultemptyscenewidget.ui' |
---|
3 | ** |
---|
4 | ** Created: Wed 19. May 11:52:15 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_DEFAULTEMPTYSCENEWIDGET_H |
---|
11 | #define UI_DEFAULTEMPTYSCENEWIDGET_H |
---|
12 | |
---|
13 | #include <QtCore/QVariant> |
---|
14 | #include <QtGui/QAction> |
---|
15 | #include <QtGui/QApplication> |
---|
16 | #include <QtGui/QButtonGroup> |
---|
17 | #include <QtGui/QGroupBox> |
---|
18 | #include <QtGui/QHeaderView> |
---|
19 | #include <QtGui/QLabel> |
---|
20 | #include <QtGui/QVBoxLayout> |
---|
21 | #include <QtGui/QWidget> |
---|
22 | |
---|
23 | QT_BEGIN_NAMESPACE |
---|
24 | |
---|
25 | class Ui_DefaultEmptySceneWidget |
---|
26 | { |
---|
27 | public: |
---|
28 | QVBoxLayout *vboxLayout; |
---|
29 | QGroupBox *projectionGroup; |
---|
30 | QVBoxLayout *vboxLayout1; |
---|
31 | QLabel *label; |
---|
32 | |
---|
33 | void setupUi(QWidget *DefaultEmptySceneWidget) |
---|
34 | { |
---|
35 | if (DefaultEmptySceneWidget->objectName().isEmpty()) |
---|
36 | DefaultEmptySceneWidget->setObjectName(QString::fromUtf8("DefaultEmptySceneWidget")); |
---|
37 | DefaultEmptySceneWidget->resize(164, 141); |
---|
38 | vboxLayout = new QVBoxLayout(DefaultEmptySceneWidget); |
---|
39 | #ifndef Q_OS_MAC |
---|
40 | vboxLayout->setSpacing(6); |
---|
41 | #endif |
---|
42 | vboxLayout->setContentsMargins(0, 0, 0, 0); |
---|
43 | vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
---|
44 | projectionGroup = new QGroupBox(DefaultEmptySceneWidget); |
---|
45 | projectionGroup->setObjectName(QString::fromUtf8("projectionGroup")); |
---|
46 | vboxLayout1 = new QVBoxLayout(projectionGroup); |
---|
47 | #ifndef Q_OS_MAC |
---|
48 | vboxLayout1->setSpacing(6); |
---|
49 | #endif |
---|
50 | #ifndef Q_OS_MAC |
---|
51 | vboxLayout1->setContentsMargins(9, 9, 9, 9); |
---|
52 | #endif |
---|
53 | vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); |
---|
54 | label = new QLabel(projectionGroup); |
---|
55 | label->setObjectName(QString::fromUtf8("label")); |
---|
56 | label->setAlignment(Qt::AlignCenter); |
---|
57 | |
---|
58 | vboxLayout1->addWidget(label); |
---|
59 | |
---|
60 | |
---|
61 | vboxLayout->addWidget(projectionGroup); |
---|
62 | |
---|
63 | |
---|
64 | retranslateUi(DefaultEmptySceneWidget); |
---|
65 | |
---|
66 | QMetaObject::connectSlotsByName(DefaultEmptySceneWidget); |
---|
67 | } // setupUi |
---|
68 | |
---|
69 | void retranslateUi(QWidget *DefaultEmptySceneWidget) |
---|
70 | { |
---|
71 | DefaultEmptySceneWidget->setWindowTitle(QApplication::translate("DefaultEmptySceneWidget", "Projection Settings", 0, QApplication::UnicodeUTF8)); |
---|
72 | projectionGroup->setTitle(QApplication::translate("DefaultEmptySceneWidget", "Empty Properties", 0, QApplication::UnicodeUTF8)); |
---|
73 | label->setText(QApplication::translate("DefaultEmptySceneWidget", "(nothing, sorry!)", 0, QApplication::UnicodeUTF8)); |
---|
74 | } // retranslateUi |
---|
75 | |
---|
76 | }; |
---|
77 | |
---|
78 | namespace Ui { |
---|
79 | class DefaultEmptySceneWidget: public Ui_DefaultEmptySceneWidget {}; |
---|
80 | } // namespace Ui |
---|
81 | |
---|
82 | QT_END_NAMESPACE |
---|
83 | |
---|
84 | #endif // UI_DEFAULTEMPTYSCENEWIDGET_H |
---|