/******************************************************************************** ** Form generated from reading ui file 'qsetupdialog.ui' ** ** Created: Mon 27. Apr 14:26:16 2009 ** by: Qt User Interface Compiler version 4.5.1 ** ** WARNING! All changes made in this file will be lost when recompiling ui file! ********************************************************************************/ #ifndef UI_QSETUPDIALOG_H #define UI_QSETUPDIALOG_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_QSetupDialog { 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 *QSetupDialog) { if (QSetupDialog->objectName().isEmpty()) QSetupDialog->setObjectName(QString::fromUtf8("QSetupDialog")); QSetupDialog->resize(196, 356); hboxLayout = new QHBoxLayout(QSetupDialog); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setMargin(0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); tabWidget = new QTabWidget(QSetupDialog); 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->setMargin(4); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); vboxLayout = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout->setMargin(0); #endif vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); channelManager = new projection::QChannelManagerWidget(channelsTab); channelManager->setObjectName(QString::fromUtf8("channelManager")); channelManager->setMaximumSize(QSize(16777215, 120)); 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(1); sizePolicy.setHeightForWidth(channelGroup->sizePolicy().hasHeightForWidth()); channelGroup->setSizePolicy(sizePolicy); hboxLayout2 = new QHBoxLayout(channelGroup); #ifndef Q_OS_MAC hboxLayout2->setSpacing(6); #endif hboxLayout2->setMargin(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->setMargin(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->setMargin(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(QSetupDialog); QMetaObject::connectSlotsByName(QSetupDialog); } // setupUi void retranslateUi(QWidget *QSetupDialog) { QSetupDialog->setWindowTitle(QApplication::translate("QSetupDialog", "Multichannel Projection Designer", 0, QApplication::UnicodeUTF8)); channelGroup->setTitle(QApplication::translate("QSetupDialog", "Channel", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(channelsTab), QApplication::translate("QSetupDialog", "Channels", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(screenTab), QApplication::translate("QSetupDialog", "Screen", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(sceneTab), QApplication::translate("QSetupDialog", "Scene", 0, QApplication::UnicodeUTF8)); Q_UNUSED(QSetupDialog); } // retranslateUi }; namespace Ui { class QSetupDialog: public Ui_QSetupDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QSETUPDIALOG_H