/******************************************************************************** ** Form generated from reading ui file 'defaultprojectorwidget.ui' ** ** Created: Mon 27. Apr 14:23:54 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_DEFAULTPROJECTORWIDGET_H #define UI_DEFAULTPROJECTORWIDGET_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_DefaultProjectorWidget { public: QHBoxLayout *hboxLayout; QGroupBox *projectionGroup; QHBoxLayout *hboxLayout1; QVBoxLayout *vboxLayout; QHBoxLayout *hboxLayout2; QLabel *fovLabel; QLineEdit *fovEdit; QLabel *aspectLabel; QLineEdit *aspectRatioEdit; QHBoxLayout *hboxLayout3; QLabel *nearLabel; QLineEdit *nearEdit; QLabel *farLabel; QLineEdit *farEdit; QHBoxLayout *hboxLayout4; QLabel *offaxisLabel; QLabel *offaxisXLabel; QLineEdit *offaxisXEdit; QLabel *offaxisYLabel; QLineEdit *offaxisYEdit; void setupUi(QWidget *DefaultProjectorWidget) { if (DefaultProjectorWidget->objectName().isEmpty()) DefaultProjectorWidget->setObjectName(QString::fromUtf8("DefaultProjectorWidget")); DefaultProjectorWidget->resize(164, 141); hboxLayout = new QHBoxLayout(DefaultProjectorWidget); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setMargin(0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); projectionGroup = new QGroupBox(DefaultProjectorWidget); projectionGroup->setObjectName(QString::fromUtf8("projectionGroup")); hboxLayout1 = new QHBoxLayout(projectionGroup); #ifndef Q_OS_MAC hboxLayout1->setSpacing(6); #endif hboxLayout1->setMargin(0); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); vboxLayout = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif vboxLayout->setMargin(4); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); hboxLayout2 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout2->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout2->setMargin(0); #endif hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); fovLabel = new QLabel(projectionGroup); fovLabel->setObjectName(QString::fromUtf8("fovLabel")); hboxLayout2->addWidget(fovLabel); fovEdit = new QLineEdit(projectionGroup); fovEdit->setObjectName(QString::fromUtf8("fovEdit")); hboxLayout2->addWidget(fovEdit); aspectLabel = new QLabel(projectionGroup); aspectLabel->setObjectName(QString::fromUtf8("aspectLabel")); hboxLayout2->addWidget(aspectLabel); aspectRatioEdit = new QLineEdit(projectionGroup); aspectRatioEdit->setObjectName(QString::fromUtf8("aspectRatioEdit")); hboxLayout2->addWidget(aspectRatioEdit); vboxLayout->addLayout(hboxLayout2); hboxLayout3 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout3->setSpacing(6); #endif hboxLayout3->setMargin(0); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); nearLabel = new QLabel(projectionGroup); nearLabel->setObjectName(QString::fromUtf8("nearLabel")); hboxLayout3->addWidget(nearLabel); nearEdit = new QLineEdit(projectionGroup); nearEdit->setObjectName(QString::fromUtf8("nearEdit")); hboxLayout3->addWidget(nearEdit); farLabel = new QLabel(projectionGroup); farLabel->setObjectName(QString::fromUtf8("farLabel")); hboxLayout3->addWidget(farLabel); farEdit = new QLineEdit(projectionGroup); farEdit->setObjectName(QString::fromUtf8("farEdit")); hboxLayout3->addWidget(farEdit); vboxLayout->addLayout(hboxLayout3); hboxLayout4 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout4->setSpacing(6); #endif hboxLayout4->setMargin(0); hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); offaxisLabel = new QLabel(projectionGroup); offaxisLabel->setObjectName(QString::fromUtf8("offaxisLabel")); hboxLayout4->addWidget(offaxisLabel); offaxisXLabel = new QLabel(projectionGroup); offaxisXLabel->setObjectName(QString::fromUtf8("offaxisXLabel")); hboxLayout4->addWidget(offaxisXLabel); offaxisXEdit = new QLineEdit(projectionGroup); offaxisXEdit->setObjectName(QString::fromUtf8("offaxisXEdit")); hboxLayout4->addWidget(offaxisXEdit); offaxisYLabel = new QLabel(projectionGroup); offaxisYLabel->setObjectName(QString::fromUtf8("offaxisYLabel")); hboxLayout4->addWidget(offaxisYLabel); offaxisYEdit = new QLineEdit(projectionGroup); offaxisYEdit->setObjectName(QString::fromUtf8("offaxisYEdit")); hboxLayout4->addWidget(offaxisYEdit); vboxLayout->addLayout(hboxLayout4); hboxLayout1->addLayout(vboxLayout); hboxLayout->addWidget(projectionGroup); QWidget::setTabOrder(fovEdit, aspectRatioEdit); QWidget::setTabOrder(aspectRatioEdit, nearEdit); QWidget::setTabOrder(nearEdit, farEdit); retranslateUi(DefaultProjectorWidget); QMetaObject::connectSlotsByName(DefaultProjectorWidget); } // setupUi void retranslateUi(QWidget *DefaultProjectorWidget) { DefaultProjectorWidget->setWindowTitle(QApplication::translate("DefaultProjectorWidget", "Projection Settings", 0, QApplication::UnicodeUTF8)); projectionGroup->setTitle(QApplication::translate("DefaultProjectorWidget", "Projection", 0, QApplication::UnicodeUTF8)); fovLabel->setText(QApplication::translate("DefaultProjectorWidget", "FOV", 0, QApplication::UnicodeUTF8)); aspectLabel->setText(QApplication::translate("DefaultProjectorWidget", "Aspect", 0, QApplication::UnicodeUTF8)); nearLabel->setText(QApplication::translate("DefaultProjectorWidget", "Near", 0, QApplication::UnicodeUTF8)); farLabel->setText(QApplication::translate("DefaultProjectorWidget", "Far", 0, QApplication::UnicodeUTF8)); offaxisLabel->setText(QApplication::translate("DefaultProjectorWidget", "Off-axis ", 0, QApplication::UnicodeUTF8)); offaxisXLabel->setText(QApplication::translate("DefaultProjectorWidget", "X", 0, QApplication::UnicodeUTF8)); offaxisYLabel->setText(QApplication::translate("DefaultProjectorWidget", "Y", 0, QApplication::UnicodeUTF8)); Q_UNUSED(DefaultProjectorWidget); } // retranslateUi }; namespace Ui { class DefaultProjectorWidget: public Ui_DefaultProjectorWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DEFAULTPROJECTORWIDGET_H