/******************************************************************************** ** Form generated from reading ui file 'qchannelwidget.ui' ** ** Created: Tue 28. Apr 15:36:10 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_QCHANNELWIDGET_H #define UI_QCHANNELWIDGET_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "gui/QProjectionMatrixWidget.h" #include "gui/QTransformMatrixWidget.h" QT_BEGIN_NAMESPACE class Ui_QChannelWidget { public: QVBoxLayout *vboxLayout; QHBoxLayout *hboxLayout; QLabel *nameLabel; QLineEdit *nameEdit; QSpacerItem *spacerItem; QGroupBox *overlayGroupBox; QHBoxLayout *hboxLayout1; QVBoxLayout *vboxLayout1; QCheckBox *overlayNameCheckBox; QHBoxLayout *hboxLayout2; QLabel *overlayImageLabel; QLineEdit *overlayImageEdit; QPushButton *overlayImageBrowseButton; QToolBox *toolBox; QWidget *page; QHBoxLayout *hboxLayout3; QVBoxLayout *vboxLayout2; QHBoxLayout *hboxLayout4; QLabel *remoteHostNameLabel; QLineEdit *remoteHostNameEdit; QHBoxLayout *hboxLayout5; QCheckBox *remoteFullScreenCheckBox; QLabel *remoteScreenLabel; QComboBox *remoteScreenComboBox; QSpacerItem *spacerItem1; QWidget *page_2; QVBoxLayout *vboxLayout3; QHBoxLayout *hboxLayout6; QLabel *pluginLabel; QComboBox *pluginComboBox; QSpacerItem *spacerItem2; QStackedWidget *stackedWidget; projection::QTransformMatrixWidget *projectionTransformWidget; QGroupBox *warpGroupBox; QHBoxLayout *hboxLayout7; QHBoxLayout *hboxLayout8; QCheckBox *warpCheckBox; QLabel *warpResLabel; QSpinBox *warpResSpinBox; QPushButton *warpResetButton; QHBoxLayout *hboxLayout9; QSpacerItem *spacerItem3; QPushButton *calibrateButton; QSpacerItem *spacerItem4; QWidget *page_3; QVBoxLayout *vboxLayout4; QVBoxLayout *vboxLayout5; projection::QProjectionMatrixWidget *viewProjectionWidget; projection::QTransformMatrixWidget *viewTransformWidget; QHBoxLayout *hboxLayout10; QSpacerItem *spacerItem5; QPushButton *fitButton; QSpacerItem *spacerItem6; QSpacerItem *spacerItem7; QHBoxLayout *hboxLayout11; QSpacerItem *spacerItem8; QPushButton *windowButton; void setupUi(QWidget *QChannelWidget) { if (QChannelWidget->objectName().isEmpty()) QChannelWidget->setObjectName(QString::fromUtf8("QChannelWidget")); QChannelWidget->resize(232, 508); vboxLayout = new QVBoxLayout(QChannelWidget); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif vboxLayout->setMargin(0); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); hboxLayout = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout->setMargin(0); #endif hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); nameLabel = new QLabel(QChannelWidget); nameLabel->setObjectName(QString::fromUtf8("nameLabel")); hboxLayout->addWidget(nameLabel); nameEdit = new QLineEdit(QChannelWidget); nameEdit->setObjectName(QString::fromUtf8("nameEdit")); hboxLayout->addWidget(nameEdit); spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacerItem); vboxLayout->addLayout(hboxLayout); overlayGroupBox = new QGroupBox(QChannelWidget); overlayGroupBox->setObjectName(QString::fromUtf8("overlayGroupBox")); hboxLayout1 = new QHBoxLayout(overlayGroupBox); #ifndef Q_OS_MAC hboxLayout1->setSpacing(6); #endif hboxLayout1->setMargin(4); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); vboxLayout1 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout1->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout1->setMargin(0); #endif vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); overlayNameCheckBox = new QCheckBox(overlayGroupBox); overlayNameCheckBox->setObjectName(QString::fromUtf8("overlayNameCheckBox")); vboxLayout1->addWidget(overlayNameCheckBox); hboxLayout2 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout2->setSpacing(6); #endif hboxLayout2->setMargin(0); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); overlayImageLabel = new QLabel(overlayGroupBox); overlayImageLabel->setObjectName(QString::fromUtf8("overlayImageLabel")); hboxLayout2->addWidget(overlayImageLabel); overlayImageEdit = new QLineEdit(overlayGroupBox); overlayImageEdit->setObjectName(QString::fromUtf8("overlayImageEdit")); QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(overlayImageEdit->sizePolicy().hasHeightForWidth()); overlayImageEdit->setSizePolicy(sizePolicy); hboxLayout2->addWidget(overlayImageEdit); overlayImageBrowseButton = new QPushButton(overlayGroupBox); overlayImageBrowseButton->setObjectName(QString::fromUtf8("overlayImageBrowseButton")); QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed); sizePolicy1.setHorizontalStretch(0); sizePolicy1.setVerticalStretch(0); sizePolicy1.setHeightForWidth(overlayImageBrowseButton->sizePolicy().hasHeightForWidth()); overlayImageBrowseButton->setSizePolicy(sizePolicy1); overlayImageBrowseButton->setMaximumSize(QSize(23, 16777215)); hboxLayout2->addWidget(overlayImageBrowseButton); vboxLayout1->addLayout(hboxLayout2); hboxLayout1->addLayout(vboxLayout1); vboxLayout->addWidget(overlayGroupBox); toolBox = new QToolBox(QChannelWidget); toolBox->setObjectName(QString::fromUtf8("toolBox")); toolBox->setAutoFillBackground(true); page = new QWidget(); page->setObjectName(QString::fromUtf8("page")); page->setGeometry(QRect(0, 0, 232, 198)); hboxLayout3 = new QHBoxLayout(page); #ifndef Q_OS_MAC hboxLayout3->setSpacing(6); #endif hboxLayout3->setMargin(0); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); vboxLayout2 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout2->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout2->setMargin(0); #endif vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); hboxLayout4 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout4->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout4->setMargin(0); #endif hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); remoteHostNameLabel = new QLabel(page); remoteHostNameLabel->setObjectName(QString::fromUtf8("remoteHostNameLabel")); hboxLayout4->addWidget(remoteHostNameLabel); remoteHostNameEdit = new QLineEdit(page); remoteHostNameEdit->setObjectName(QString::fromUtf8("remoteHostNameEdit")); hboxLayout4->addWidget(remoteHostNameEdit); vboxLayout2->addLayout(hboxLayout4); hboxLayout5 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout5->setSpacing(6); #endif hboxLayout5->setMargin(0); hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); remoteFullScreenCheckBox = new QCheckBox(page); remoteFullScreenCheckBox->setObjectName(QString::fromUtf8("remoteFullScreenCheckBox")); hboxLayout5->addWidget(remoteFullScreenCheckBox); remoteScreenLabel = new QLabel(page); remoteScreenLabel->setObjectName(QString::fromUtf8("remoteScreenLabel")); hboxLayout5->addWidget(remoteScreenLabel); remoteScreenComboBox = new QComboBox(page); remoteScreenComboBox->setObjectName(QString::fromUtf8("remoteScreenComboBox")); hboxLayout5->addWidget(remoteScreenComboBox); vboxLayout2->addLayout(hboxLayout5); spacerItem1 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout2->addItem(spacerItem1); hboxLayout3->addLayout(vboxLayout2); toolBox->addItem(page, QString::fromUtf8("Remote Settings")); page_2 = new QWidget(); page_2->setObjectName(QString::fromUtf8("page_2")); page_2->setGeometry(QRect(0, 0, 232, 262)); vboxLayout3 = new QVBoxLayout(page_2); vboxLayout3->setSpacing(0); vboxLayout3->setMargin(0); vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); hboxLayout6 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout6->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout6->setMargin(0); #endif hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6")); pluginLabel = new QLabel(page_2); pluginLabel->setObjectName(QString::fromUtf8("pluginLabel")); hboxLayout6->addWidget(pluginLabel); pluginComboBox = new QComboBox(page_2); pluginComboBox->setObjectName(QString::fromUtf8("pluginComboBox")); hboxLayout6->addWidget(pluginComboBox); spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout6->addItem(spacerItem2); vboxLayout3->addLayout(hboxLayout6); stackedWidget = new QStackedWidget(page_2); stackedWidget->setObjectName(QString::fromUtf8("stackedWidget")); stackedWidget->setMinimumSize(QSize(0, 150)); vboxLayout3->addWidget(stackedWidget); projectionTransformWidget = new projection::QTransformMatrixWidget(page_2); projectionTransformWidget->setObjectName(QString::fromUtf8("projectionTransformWidget")); projectionTransformWidget->setFocusPolicy(Qt::StrongFocus); vboxLayout3->addWidget(projectionTransformWidget); warpGroupBox = new QGroupBox(page_2); warpGroupBox->setObjectName(QString::fromUtf8("warpGroupBox")); hboxLayout7 = new QHBoxLayout(warpGroupBox); #ifndef Q_OS_MAC hboxLayout7->setSpacing(6); #endif hboxLayout7->setMargin(4); hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7")); hboxLayout8 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout8->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout8->setMargin(0); #endif hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8")); warpCheckBox = new QCheckBox(warpGroupBox); warpCheckBox->setObjectName(QString::fromUtf8("warpCheckBox")); hboxLayout8->addWidget(warpCheckBox); warpResLabel = new QLabel(warpGroupBox); warpResLabel->setObjectName(QString::fromUtf8("warpResLabel")); hboxLayout8->addWidget(warpResLabel); warpResSpinBox = new QSpinBox(warpGroupBox); warpResSpinBox->setObjectName(QString::fromUtf8("warpResSpinBox")); warpResSpinBox->setMaximumSize(QSize(32, 16777215)); warpResSpinBox->setMinimum(2); warpResSpinBox->setMaximum(8); hboxLayout8->addWidget(warpResSpinBox); warpResetButton = new QPushButton(warpGroupBox); warpResetButton->setObjectName(QString::fromUtf8("warpResetButton")); warpResetButton->setMaximumSize(QSize(50, 16777215)); hboxLayout8->addWidget(warpResetButton); hboxLayout7->addLayout(hboxLayout8); vboxLayout3->addWidget(warpGroupBox); hboxLayout9 = new QHBoxLayout(); hboxLayout9->setSpacing(0); hboxLayout9->setMargin(0); hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9")); spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout9->addItem(spacerItem3); calibrateButton = new QPushButton(page_2); calibrateButton->setObjectName(QString::fromUtf8("calibrateButton")); calibrateButton->setEnabled(false); hboxLayout9->addWidget(calibrateButton); vboxLayout3->addLayout(hboxLayout9); spacerItem4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout3->addItem(spacerItem4); toolBox->addItem(page_2, QString::fromUtf8("Projector")); page_3 = new QWidget(); page_3->setObjectName(QString::fromUtf8("page_3")); page_3->setGeometry(QRect(0, 0, 232, 349)); vboxLayout4 = new QVBoxLayout(page_3); vboxLayout4->setSpacing(0); vboxLayout4->setMargin(0); vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4")); vboxLayout5 = new QVBoxLayout(); vboxLayout5->setSpacing(0); #ifndef Q_OS_MAC vboxLayout5->setMargin(0); #endif vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5")); viewProjectionWidget = new projection::QProjectionMatrixWidget(page_3); viewProjectionWidget->setObjectName(QString::fromUtf8("viewProjectionWidget")); viewProjectionWidget->setFocusPolicy(Qt::StrongFocus); vboxLayout5->addWidget(viewProjectionWidget); viewTransformWidget = new projection::QTransformMatrixWidget(page_3); viewTransformWidget->setObjectName(QString::fromUtf8("viewTransformWidget")); viewTransformWidget->setFocusPolicy(Qt::StrongFocus); vboxLayout5->addWidget(viewTransformWidget); hboxLayout10 = new QHBoxLayout(); hboxLayout10->setSpacing(0); hboxLayout10->setMargin(0); hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10")); spacerItem5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout10->addItem(spacerItem5); fitButton = new QPushButton(page_3); fitButton->setObjectName(QString::fromUtf8("fitButton")); fitButton->setEnabled(false); hboxLayout10->addWidget(fitButton); vboxLayout5->addLayout(hboxLayout10); spacerItem6 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout5->addItem(spacerItem6); vboxLayout4->addLayout(vboxLayout5); toolBox->addItem(page_3, QString::fromUtf8("View")); vboxLayout->addWidget(toolBox); spacerItem7 = new QSpacerItem(190, 16, QSizePolicy::Minimum, QSizePolicy::Fixed); vboxLayout->addItem(spacerItem7); hboxLayout11 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout11->setSpacing(6); #endif hboxLayout11->setMargin(0); hboxLayout11->setObjectName(QString::fromUtf8("hboxLayout11")); spacerItem8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout11->addItem(spacerItem8); windowButton = new QPushButton(QChannelWidget); windowButton->setObjectName(QString::fromUtf8("windowButton")); QSizePolicy sizePolicy2(QSizePolicy::Minimum, QSizePolicy::Fixed); sizePolicy2.setHorizontalStretch(0); sizePolicy2.setVerticalStretch(0); sizePolicy2.setHeightForWidth(windowButton->sizePolicy().hasHeightForWidth()); windowButton->setSizePolicy(sizePolicy2); windowButton->setFocusPolicy(Qt::NoFocus); hboxLayout11->addWidget(windowButton); vboxLayout->addLayout(hboxLayout11); QWidget::setTabOrder(nameEdit, remoteHostNameEdit); QWidget::setTabOrder(remoteHostNameEdit, remoteFullScreenCheckBox); QWidget::setTabOrder(remoteFullScreenCheckBox, remoteScreenComboBox); QWidget::setTabOrder(remoteScreenComboBox, windowButton); retranslateUi(QChannelWidget); toolBox->setCurrentIndex(1); QMetaObject::connectSlotsByName(QChannelWidget); } // setupUi void retranslateUi(QWidget *QChannelWidget) { QChannelWidget->setWindowTitle(QApplication::translate("QChannelWidget", "Channel Settings", 0, QApplication::UnicodeUTF8)); nameLabel->setText(QApplication::translate("QChannelWidget", "Name", 0, QApplication::UnicodeUTF8)); overlayGroupBox->setTitle(QApplication::translate("QChannelWidget", "Overlay", 0, QApplication::UnicodeUTF8)); overlayNameCheckBox->setText(QApplication::translate("QChannelWidget", "Channel name", 0, QApplication::UnicodeUTF8)); overlayImageLabel->setText(QApplication::translate("QChannelWidget", "Image", 0, QApplication::UnicodeUTF8)); overlayImageBrowseButton->setText(QApplication::translate("QChannelWidget", "...", 0, QApplication::UnicodeUTF8)); remoteHostNameLabel->setText(QApplication::translate("QChannelWidget", "Host name", 0, QApplication::UnicodeUTF8)); remoteFullScreenCheckBox->setText(QApplication::translate("QChannelWidget", "Full screen", 0, QApplication::UnicodeUTF8)); remoteScreenLabel->setText(QApplication::translate("QChannelWidget", " Screen", 0, QApplication::UnicodeUTF8)); remoteScreenComboBox->clear(); remoteScreenComboBox->insertItems(0, QStringList() << QApplication::translate("QChannelWidget", "1", 0, QApplication::UnicodeUTF8) << QApplication::translate("QChannelWidget", "2", 0, QApplication::UnicodeUTF8) << QApplication::translate("QChannelWidget", "3", 0, QApplication::UnicodeUTF8) << QApplication::translate("QChannelWidget", "4", 0, QApplication::UnicodeUTF8) ); toolBox->setItemText(toolBox->indexOf(page), QApplication::translate("QChannelWidget", "Remote Settings", 0, QApplication::UnicodeUTF8)); pluginLabel->setText(QApplication::translate("QChannelWidget", "Plugin", 0, QApplication::UnicodeUTF8)); warpGroupBox->setTitle(QApplication::translate("QChannelWidget", "Warp", 0, QApplication::UnicodeUTF8)); warpCheckBox->setText(QApplication::translate("QChannelWidget", "Enable", 0, QApplication::UnicodeUTF8)); warpResLabel->setText(QApplication::translate("QChannelWidget", "Res.", 0, QApplication::UnicodeUTF8)); warpResetButton->setText(QApplication::translate("QChannelWidget", "Reset", 0, QApplication::UnicodeUTF8)); calibrateButton->setText(QApplication::translate("QChannelWidget", "Calibrate...", 0, QApplication::UnicodeUTF8)); toolBox->setItemText(toolBox->indexOf(page_2), QApplication::translate("QChannelWidget", "Projector", 0, QApplication::UnicodeUTF8)); fitButton->setText(QApplication::translate("QChannelWidget", "Fit to Projector", 0, QApplication::UnicodeUTF8)); toolBox->setItemText(toolBox->indexOf(page_3), QApplication::translate("QChannelWidget", "View", 0, QApplication::UnicodeUTF8)); windowButton->setText(QApplication::translate("QChannelWidget", "Open Window...", 0, QApplication::UnicodeUTF8)); Q_UNUSED(QChannelWidget); } // retranslateUi }; namespace Ui { class QChannelWidget: public Ui_QChannelWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QCHANNELWIDGET_H