source: projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qsetupdialog.h @ 2

Last change on this file since 2 was 2, checked in by Torben Dannhauer, 14 years ago
File size: 6.6 KB
Line 
1/********************************************************************************
2** Form generated from reading ui file 'qsetupdialog.ui'
3**
4** Created: Mon 27. Apr 14:26:16 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_QSETUPDIALOG_H
11#define UI_QSETUPDIALOG_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/QHBoxLayout>
19#include <QtGui/QHeaderView>
20#include <QtGui/QSpacerItem>
21#include <QtGui/QTabWidget>
22#include <QtGui/QVBoxLayout>
23#include <QtGui/QWidget>
24#include "gui/QChannelManagerWidget.h"
25#include "gui/QChannelWidget.h"
26#include "gui/QSceneWidget.h"
27#include "gui/QScreenWidget.h"
28
29QT_BEGIN_NAMESPACE
30
31class Ui_QSetupDialog
32{
33public:
34    QHBoxLayout *hboxLayout;
35    QTabWidget *tabWidget;
36    QWidget *channelsTab;
37    QHBoxLayout *hboxLayout1;
38    QVBoxLayout *vboxLayout;
39    projection::QChannelManagerWidget *channelManager;
40    QGroupBox *channelGroup;
41    QHBoxLayout *hboxLayout2;
42    projection::QChannelWidget *channel;
43    QSpacerItem *spacerItem;
44    QWidget *screenTab;
45    QVBoxLayout *vboxLayout1;
46    projection::QScreenWidget *screen;
47    QSpacerItem *spacerItem1;
48    QWidget *sceneTab;
49    QVBoxLayout *vboxLayout2;
50    projection::QSceneWidget *scene;
51    QSpacerItem *spacerItem2;
52
53    void setupUi(QWidget *QSetupDialog)
54    {
55        if (QSetupDialog->objectName().isEmpty())
56            QSetupDialog->setObjectName(QString::fromUtf8("QSetupDialog"));
57        QSetupDialog->resize(196, 356);
58        hboxLayout = new QHBoxLayout(QSetupDialog);
59#ifndef Q_OS_MAC
60        hboxLayout->setSpacing(6);
61#endif
62        hboxLayout->setMargin(0);
63        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
64        tabWidget = new QTabWidget(QSetupDialog);
65        tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
66        channelsTab = new QWidget();
67        channelsTab->setObjectName(QString::fromUtf8("channelsTab"));
68        hboxLayout1 = new QHBoxLayout(channelsTab);
69#ifndef Q_OS_MAC
70        hboxLayout1->setSpacing(6);
71#endif
72        hboxLayout1->setMargin(4);
73        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
74        vboxLayout = new QVBoxLayout();
75#ifndef Q_OS_MAC
76        vboxLayout->setSpacing(6);
77#endif
78#ifndef Q_OS_MAC
79        vboxLayout->setMargin(0);
80#endif
81        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
82        channelManager = new projection::QChannelManagerWidget(channelsTab);
83        channelManager->setObjectName(QString::fromUtf8("channelManager"));
84        channelManager->setMaximumSize(QSize(16777215, 120));
85        channelManager->setFocusPolicy(Qt::StrongFocus);
86
87        vboxLayout->addWidget(channelManager);
88
89        channelGroup = new QGroupBox(channelsTab);
90        channelGroup->setObjectName(QString::fromUtf8("channelGroup"));
91        QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
92        sizePolicy.setHorizontalStretch(0);
93        sizePolicy.setVerticalStretch(1);
94        sizePolicy.setHeightForWidth(channelGroup->sizePolicy().hasHeightForWidth());
95        channelGroup->setSizePolicy(sizePolicy);
96        hboxLayout2 = new QHBoxLayout(channelGroup);
97#ifndef Q_OS_MAC
98        hboxLayout2->setSpacing(6);
99#endif
100        hboxLayout2->setMargin(4);
101        hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
102        channel = new projection::QChannelWidget(channelGroup);
103        channel->setObjectName(QString::fromUtf8("channel"));
104        channel->setFocusPolicy(Qt::StrongFocus);
105
106        hboxLayout2->addWidget(channel);
107
108
109        vboxLayout->addWidget(channelGroup);
110
111        spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
112
113        vboxLayout->addItem(spacerItem);
114
115
116        hboxLayout1->addLayout(vboxLayout);
117
118        tabWidget->addTab(channelsTab, QString());
119        screenTab = new QWidget();
120        screenTab->setObjectName(QString::fromUtf8("screenTab"));
121        vboxLayout1 = new QVBoxLayout(screenTab);
122#ifndef Q_OS_MAC
123        vboxLayout1->setSpacing(6);
124#endif
125        vboxLayout1->setMargin(0);
126        vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
127        screen = new projection::QScreenWidget(screenTab);
128        screen->setObjectName(QString::fromUtf8("screen"));
129
130        vboxLayout1->addWidget(screen);
131
132        spacerItem1 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
133
134        vboxLayout1->addItem(spacerItem1);
135
136        tabWidget->addTab(screenTab, QString());
137        sceneTab = new QWidget();
138        sceneTab->setObjectName(QString::fromUtf8("sceneTab"));
139        vboxLayout2 = new QVBoxLayout(sceneTab);
140#ifndef Q_OS_MAC
141        vboxLayout2->setSpacing(6);
142#endif
143        vboxLayout2->setMargin(0);
144        vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
145        scene = new projection::QSceneWidget(sceneTab);
146        scene->setObjectName(QString::fromUtf8("scene"));
147
148        vboxLayout2->addWidget(scene);
149
150        spacerItem2 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
151
152        vboxLayout2->addItem(spacerItem2);
153
154        tabWidget->addTab(sceneTab, QString());
155
156        hboxLayout->addWidget(tabWidget);
157
158        QWidget::setTabOrder(channelManager, channel);
159        QWidget::setTabOrder(channel, tabWidget);
160
161        retranslateUi(QSetupDialog);
162
163        QMetaObject::connectSlotsByName(QSetupDialog);
164    } // setupUi
165
166    void retranslateUi(QWidget *QSetupDialog)
167    {
168        QSetupDialog->setWindowTitle(QApplication::translate("QSetupDialog", "Multichannel Projection Designer", 0, QApplication::UnicodeUTF8));
169        channelGroup->setTitle(QApplication::translate("QSetupDialog", "Channel", 0, QApplication::UnicodeUTF8));
170        tabWidget->setTabText(tabWidget->indexOf(channelsTab), QApplication::translate("QSetupDialog", "Channels", 0, QApplication::UnicodeUTF8));
171        tabWidget->setTabText(tabWidget->indexOf(screenTab), QApplication::translate("QSetupDialog", "Screen", 0, QApplication::UnicodeUTF8));
172        tabWidget->setTabText(tabWidget->indexOf(sceneTab), QApplication::translate("QSetupDialog", "Scene", 0, QApplication::UnicodeUTF8));
173        Q_UNUSED(QSetupDialog);
174    } // retranslateUi
175
176};
177
178namespace Ui {
179    class QSetupDialog: public Ui_QSetupDialog {};
180} // namespace Ui
181
182QT_END_NAMESPACE
183
184#endif // UI_QSETUPDIALOG_H
Note: See TracBrowser for help on using the repository browser.