1 | /******************************************************************************** |
---|
2 | ** Form generated from reading UI file 'qpanelwidget.ui' |
---|
3 | ** |
---|
4 | ** Created: Wed 19. May 11:59:21 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_QPANELWIDGET_H |
---|
11 | #define UI_QPANELWIDGET_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 | |
---|
29 | QT_BEGIN_NAMESPACE |
---|
30 | |
---|
31 | class Ui_QPanelWidget |
---|
32 | { |
---|
33 | public: |
---|
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 *QPanelWidget) |
---|
54 | { |
---|
55 | if (QPanelWidget->objectName().isEmpty()) |
---|
56 | QPanelWidget->setObjectName(QString::fromUtf8("QPanelWidget")); |
---|
57 | QPanelWidget->resize(196, 722); |
---|
58 | hboxLayout = new QHBoxLayout(QPanelWidget); |
---|
59 | #ifndef Q_OS_MAC |
---|
60 | hboxLayout->setSpacing(6); |
---|
61 | #endif |
---|
62 | hboxLayout->setContentsMargins(0, 0, 0, 0); |
---|
63 | hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
---|
64 | tabWidget = new QTabWidget(QPanelWidget); |
---|
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->setContentsMargins(4, 4, 4, 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->setContentsMargins(0, 0, 0, 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, 160)); |
---|
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(0); |
---|
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->setContentsMargins(4, 4, 4, 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->setContentsMargins(0, 0, 0, 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->setContentsMargins(0, 0, 0, 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(QPanelWidget); |
---|
162 | |
---|
163 | QMetaObject::connectSlotsByName(QPanelWidget); |
---|
164 | } // setupUi |
---|
165 | |
---|
166 | void retranslateUi(QWidget *QPanelWidget) |
---|
167 | { |
---|
168 | QPanelWidget->setWindowTitle(QApplication::translate("QPanelWidget", "Projection Designer", 0, QApplication::UnicodeUTF8)); |
---|
169 | channelGroup->setTitle(QApplication::translate("QPanelWidget", "Channel", 0, QApplication::UnicodeUTF8)); |
---|
170 | tabWidget->setTabText(tabWidget->indexOf(channelsTab), QApplication::translate("QPanelWidget", "Channels", 0, QApplication::UnicodeUTF8)); |
---|
171 | tabWidget->setTabText(tabWidget->indexOf(screenTab), QApplication::translate("QPanelWidget", "Screen", 0, QApplication::UnicodeUTF8)); |
---|
172 | tabWidget->setTabText(tabWidget->indexOf(sceneTab), QApplication::translate("QPanelWidget", "Scene", 0, QApplication::UnicodeUTF8)); |
---|
173 | } // retranslateUi |
---|
174 | |
---|
175 | }; |
---|
176 | |
---|
177 | namespace Ui { |
---|
178 | class QPanelWidget: public Ui_QPanelWidget {}; |
---|
179 | } // namespace Ui |
---|
180 | |
---|
181 | QT_END_NAMESPACE |
---|
182 | |
---|
183 | #endif // UI_QPANELWIDGET_H |
---|