/******************************************************************************** ** Form generated from reading UI file 'qpanelwidget.ui' ** ** Created: Wed 19. May 11:06:36 2010 ** by: Qt User Interface Compiler version 4.6.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_QPANELWIDGET_H #define UI_QPANELWIDGET_H #include #include #include #include #include #include #include #include #include #include #include #include "gui/QChannelManagerWidget.h" #include "gui/QChannelWidget.h" #include "gui/QSceneWidget.h" #include "gui/QScreenWidget.h" QT_BEGIN_NAMESPACE class Ui_QPanelWidget { public: QHBoxLayout *hboxLayout; QTabWidget *tabWidget; QWidget *channelsTab; QHBoxLayout *hboxLayout1; QVBoxLayout *vboxLayout; projection::QChannelManagerWidget *channelManager; QGroupBox *channelGroup; QHBoxLayout *hboxLayout2; projection::QChannelWidget *channel; QSpacerItem *spacerItem; QWidget *screenTab; QVBoxLayout *vboxLayout1; projection::QScreenWidget *screen; QSpacerItem *spacerItem1; QWidget *sceneTab; QVBoxLayout *vboxLayout2; projection::QSceneWidget *scene; QSpacerItem *spacerItem2; void setupUi(QWidget *QPanelWidget) { if (QPanelWidget->objectName().isEmpty()) QPanelWidget->setObjectName(QString::fromUtf8("QPanelWidget")); QPanelWidget->resize(196, 722); hboxLayout = new QHBoxLayout(QPanelWidget); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setContentsMargins(0, 0, 0, 0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); tabWidget = new QTabWidget(QPanelWidget); tabWidget->setObjectName(QString::fromUtf8("tabWidget")); channelsTab = new QWidget(); channelsTab->setObjectName(QString::fromUtf8("channelsTab")); hboxLayout1 = new QHBoxLayout(channelsTab); #ifndef Q_OS_MAC hboxLayout1->setSpacing(6); #endif hboxLayout1->setContentsMargins(4, 4, 4, 4); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); vboxLayout = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout->setContentsMargins(0, 0, 0, 0); #endif vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); channelManager = new projection::QChannelManagerWidget(channelsTab); channelManager->setObjectName(QString::fromUtf8("channelManager")); channelManager->setMaximumSize(QSize(16777215, 160)); channelManager->setFocusPolicy(Qt::StrongFocus); vboxLayout->addWidget(channelManager); channelGroup = new QGroupBox(channelsTab); channelGroup->setObjectName(QString::fromUtf8("channelGroup")); QSizePolicy sizePolicy(static_cast(5), static_cast(5)); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(channelGroup->sizePolicy().hasHeightForWidth()); channelGroup->setSizePolicy(sizePolicy); hboxLayout2 = new QHBoxLayout(channelGroup); #ifndef Q_OS_MAC hboxLayout2->setSpacing(6); #endif hboxLayout2->setContentsMargins(4, 4, 4, 4); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); channel = new projection::QChannelWidget(channelGroup); channel->setObjectName(QString::fromUtf8("channel")); channel->setFocusPolicy(Qt::StrongFocus); hboxLayout2->addWidget(channel); vboxLayout->addWidget(channelGroup); spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout->addItem(spacerItem); hboxLayout1->addLayout(vboxLayout); tabWidget->addTab(channelsTab, QString()); screenTab = new QWidget(); screenTab->setObjectName(QString::fromUtf8("screenTab")); vboxLayout1 = new QVBoxLayout(screenTab); #ifndef Q_OS_MAC vboxLayout1->setSpacing(6); #endif vboxLayout1->setContentsMargins(0, 0, 0, 0); vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); screen = new projection::QScreenWidget(screenTab); screen->setObjectName(QString::fromUtf8("screen")); vboxLayout1->addWidget(screen); spacerItem1 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout1->addItem(spacerItem1); tabWidget->addTab(screenTab, QString()); sceneTab = new QWidget(); sceneTab->setObjectName(QString::fromUtf8("sceneTab")); vboxLayout2 = new QVBoxLayout(sceneTab); #ifndef Q_OS_MAC vboxLayout2->setSpacing(6); #endif vboxLayout2->setContentsMargins(0, 0, 0, 0); vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); scene = new projection::QSceneWidget(sceneTab); scene->setObjectName(QString::fromUtf8("scene")); vboxLayout2->addWidget(scene); spacerItem2 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout2->addItem(spacerItem2); tabWidget->addTab(sceneTab, QString()); hboxLayout->addWidget(tabWidget); QWidget::setTabOrder(channelManager, channel); QWidget::setTabOrder(channel, tabWidget); retranslateUi(QPanelWidget); QMetaObject::connectSlotsByName(QPanelWidget); } // setupUi void retranslateUi(QWidget *QPanelWidget) { QPanelWidget->setWindowTitle(QApplication::translate("QPanelWidget", "Projection Designer", 0, QApplication::UnicodeUTF8)); channelGroup->setTitle(QApplication::translate("QPanelWidget", "Channel", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(channelsTab), QApplication::translate("QPanelWidget", "Channels", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(screenTab), QApplication::translate("QPanelWidget", "Screen", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(sceneTab), QApplication::translate("QPanelWidget", "Scene", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class QPanelWidget: public Ui_QPanelWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QPANELWIDGET_H