source: projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesignerplugins/defaultplugin/ui_defaultemptyscenewidget.h @ 43

Last change on this file since 43 was 43, checked in by Torben Dannhauer, 14 years ago
File size: 2.9 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'defaultemptyscenewidget.ui'
3**
4** Created: Wed 19. May 08:54:45 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
23QT_BEGIN_NAMESPACE
24
25class Ui_DefaultEmptySceneWidget
26{
27public:
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
78namespace Ui {
79    class DefaultEmptySceneWidget: public Ui_DefaultEmptySceneWidget {};
80} // namespace Ui
81
82QT_END_NAMESPACE
83
84#endif // UI_DEFAULTEMPTYSCENEWIDGET_H
Note: See TracBrowser for help on using the repository browser.