/******************************************************************************** ** Form generated from reading UI file 'qscreenwidget.ui' ** ** Created: Wed 19. May 08:34:56 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_QSCREENWIDGET_H #define UI_QSCREENWIDGET_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "gui/QTransformMatrixWidget.h" QT_BEGIN_NAMESPACE class Ui_QScreenWidget { public: QHBoxLayout *hboxLayout; QVBoxLayout *vboxLayout; projection::QTransformMatrixWidget *transformWidget; QGroupBox *shapeGroup; QHBoxLayout *hboxLayout1; QVBoxLayout *vboxLayout1; QHBoxLayout *hboxLayout2; QLabel *typeLabel; QComboBox *typeComboBox; QSpacerItem *spacerItem; QStackedWidget *stackedWidget; QWidget *domePage; QHBoxLayout *hboxLayout3; QVBoxLayout *vboxLayout2; QHBoxLayout *hboxLayout4; QLabel *domeRadiusLabel; QLineEdit *domeRadiusEdit; QHBoxLayout *hboxLayout5; QLabel *domeAzimResLabel; QSpinBox *domeAzimResSpinBox; QHBoxLayout *hboxLayout6; QLabel *domeElevResLabel; QSpinBox *domeElevResSpinBox; QHBoxLayout *hboxLayout7; QLabel *domeSubdivLabel; QSpinBox *domeSubdivSpinBox; QCheckBox *domeFullDomeCheckBox; QSpacerItem *spacerItem1; QWidget *planePage; QHBoxLayout *hboxLayout8; QVBoxLayout *vboxLayout3; QGridLayout *gridLayout; QLabel *planeHeightLabel; QLabel *planeHorResLabel; QSpinBox *planeHorResSpinBox; QLabel *planeVertResLabel; QLineEdit *planeWidthEdit; QLabel *planeWidthLabel; QLineEdit *planeHeightEdit; QSpinBox *planeVertResSpinBox; QSpacerItem *spacerItem2; QWidget *boxPage; QHBoxLayout *hboxLayout9; QVBoxLayout *vboxLayout4; QGridLayout *gridLayout1; QSpinBox *boxVertResSpinBox; QLabel *boxHorResLabel; QLabel *boxDepthResLabel; QLabel *boxHeightLabel; QLabel *boxWidthLabel; QLineEdit *boxWidthEdit; QSpinBox *boxHorResSpinBox; QSpinBox *boxDepthResSpinBox; QLabel *boxVertResLabel; QLineEdit *boxDepthEdit; QLabel *boxDepthLabel; QLineEdit *boxHeightEdit; QSpacerItem *spacerItem3; QWidget *modelPage; QHBoxLayout *hboxLayout10; QVBoxLayout *vboxLayout5; QHBoxLayout *hboxLayout11; QLabel *modelFileNameLabel; QLineEdit *modelFileNameEdit; QPushButton *modelBrowseButton; QSpacerItem *spacerItem4; QHBoxLayout *hboxLayout12; QCheckBox *frameCheckBox; QLabel *frameLineWidthLabel; QSpinBox *frameLineWidthSpinBox; void setupUi(QWidget *QScreenWidget) { if (QScreenWidget->objectName().isEmpty()) QScreenWidget->setObjectName(QString::fromUtf8("QScreenWidget")); QScreenWidget->resize(197, 242); hboxLayout = new QHBoxLayout(QScreenWidget); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setContentsMargins(4, 4, 4, 4); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); 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")); transformWidget = new projection::QTransformMatrixWidget(QScreenWidget); transformWidget->setObjectName(QString::fromUtf8("transformWidget")); transformWidget->setFocusPolicy(Qt::StrongFocus); vboxLayout->addWidget(transformWidget); shapeGroup = new QGroupBox(QScreenWidget); shapeGroup->setObjectName(QString::fromUtf8("shapeGroup")); hboxLayout1 = new QHBoxLayout(shapeGroup); #ifndef Q_OS_MAC hboxLayout1->setSpacing(6); #endif hboxLayout1->setContentsMargins(4, 4, 4, 4); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); vboxLayout1 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout1->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout1->setContentsMargins(0, 0, 0, 0); #endif vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); hboxLayout2 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout2->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout2->setContentsMargins(0, 0, 0, 0); #endif hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); typeLabel = new QLabel(shapeGroup); typeLabel->setObjectName(QString::fromUtf8("typeLabel")); hboxLayout2->addWidget(typeLabel); typeComboBox = new QComboBox(shapeGroup); typeComboBox->setObjectName(QString::fromUtf8("typeComboBox")); typeComboBox->setMinimumSize(QSize(96, 0)); hboxLayout2->addWidget(typeComboBox); spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout2->addItem(spacerItem); vboxLayout1->addLayout(hboxLayout2); stackedWidget = new QStackedWidget(shapeGroup); stackedWidget->setObjectName(QString::fromUtf8("stackedWidget")); domePage = new QWidget(); domePage->setObjectName(QString::fromUtf8("domePage")); hboxLayout3 = new QHBoxLayout(domePage); #ifndef Q_OS_MAC hboxLayout3->setSpacing(6); #endif hboxLayout3->setContentsMargins(4, 4, 4, 4); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); vboxLayout2 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout2->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout2->setContentsMargins(0, 0, 0, 0); #endif vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); hboxLayout4 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout4->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout4->setContentsMargins(0, 0, 0, 0); #endif hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); domeRadiusLabel = new QLabel(domePage); domeRadiusLabel->setObjectName(QString::fromUtf8("domeRadiusLabel")); hboxLayout4->addWidget(domeRadiusLabel); domeRadiusEdit = new QLineEdit(domePage); domeRadiusEdit->setObjectName(QString::fromUtf8("domeRadiusEdit")); hboxLayout4->addWidget(domeRadiusEdit); vboxLayout2->addLayout(hboxLayout4); hboxLayout5 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout5->setSpacing(6); #endif hboxLayout5->setContentsMargins(0, 0, 0, 0); hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); domeAzimResLabel = new QLabel(domePage); domeAzimResLabel->setObjectName(QString::fromUtf8("domeAzimResLabel")); hboxLayout5->addWidget(domeAzimResLabel); domeAzimResSpinBox = new QSpinBox(domePage); domeAzimResSpinBox->setObjectName(QString::fromUtf8("domeAzimResSpinBox")); domeAzimResSpinBox->setMinimum(2); domeAzimResSpinBox->setMaximum(128); hboxLayout5->addWidget(domeAzimResSpinBox); vboxLayout2->addLayout(hboxLayout5); hboxLayout6 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout6->setSpacing(6); #endif hboxLayout6->setContentsMargins(0, 0, 0, 0); hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6")); domeElevResLabel = new QLabel(domePage); domeElevResLabel->setObjectName(QString::fromUtf8("domeElevResLabel")); hboxLayout6->addWidget(domeElevResLabel); domeElevResSpinBox = new QSpinBox(domePage); domeElevResSpinBox->setObjectName(QString::fromUtf8("domeElevResSpinBox")); domeElevResSpinBox->setMinimum(2); domeElevResSpinBox->setMaximum(128); hboxLayout6->addWidget(domeElevResSpinBox); vboxLayout2->addLayout(hboxLayout6); hboxLayout7 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout7->setSpacing(6); #endif hboxLayout7->setContentsMargins(0, 0, 0, 0); hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7")); domeSubdivLabel = new QLabel(domePage); domeSubdivLabel->setObjectName(QString::fromUtf8("domeSubdivLabel")); hboxLayout7->addWidget(domeSubdivLabel); domeSubdivSpinBox = new QSpinBox(domePage); domeSubdivSpinBox->setObjectName(QString::fromUtf8("domeSubdivSpinBox")); domeSubdivSpinBox->setMinimum(1); domeSubdivSpinBox->setMaximum(8); hboxLayout7->addWidget(domeSubdivSpinBox); vboxLayout2->addLayout(hboxLayout7); domeFullDomeCheckBox = new QCheckBox(domePage); domeFullDomeCheckBox->setObjectName(QString::fromUtf8("domeFullDomeCheckBox")); vboxLayout2->addWidget(domeFullDomeCheckBox); spacerItem1 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout2->addItem(spacerItem1); hboxLayout3->addLayout(vboxLayout2); stackedWidget->addWidget(domePage); planePage = new QWidget(); planePage->setObjectName(QString::fromUtf8("planePage")); hboxLayout8 = new QHBoxLayout(planePage); #ifndef Q_OS_MAC hboxLayout8->setSpacing(6); #endif hboxLayout8->setContentsMargins(4, 4, 4, 4); hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8")); vboxLayout3 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout3->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout3->setContentsMargins(0, 0, 0, 0); #endif vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); gridLayout = new QGridLayout(); #ifndef Q_OS_MAC gridLayout->setSpacing(6); #endif #ifndef Q_OS_MAC gridLayout->setContentsMargins(0, 0, 0, 0); #endif gridLayout->setObjectName(QString::fromUtf8("gridLayout")); planeHeightLabel = new QLabel(planePage); planeHeightLabel->setObjectName(QString::fromUtf8("planeHeightLabel")); gridLayout->addWidget(planeHeightLabel, 1, 0, 1, 1); planeHorResLabel = new QLabel(planePage); planeHorResLabel->setObjectName(QString::fromUtf8("planeHorResLabel")); gridLayout->addWidget(planeHorResLabel, 0, 2, 1, 1); planeHorResSpinBox = new QSpinBox(planePage); planeHorResSpinBox->setObjectName(QString::fromUtf8("planeHorResSpinBox")); planeHorResSpinBox->setMinimum(1); planeHorResSpinBox->setMaximum(128); gridLayout->addWidget(planeHorResSpinBox, 0, 3, 1, 1); planeVertResLabel = new QLabel(planePage); planeVertResLabel->setObjectName(QString::fromUtf8("planeVertResLabel")); gridLayout->addWidget(planeVertResLabel, 1, 2, 1, 1); planeWidthEdit = new QLineEdit(planePage); planeWidthEdit->setObjectName(QString::fromUtf8("planeWidthEdit")); gridLayout->addWidget(planeWidthEdit, 0, 1, 1, 1); planeWidthLabel = new QLabel(planePage); planeWidthLabel->setObjectName(QString::fromUtf8("planeWidthLabel")); gridLayout->addWidget(planeWidthLabel, 0, 0, 1, 1); planeHeightEdit = new QLineEdit(planePage); planeHeightEdit->setObjectName(QString::fromUtf8("planeHeightEdit")); gridLayout->addWidget(planeHeightEdit, 1, 1, 1, 1); planeVertResSpinBox = new QSpinBox(planePage); planeVertResSpinBox->setObjectName(QString::fromUtf8("planeVertResSpinBox")); planeVertResSpinBox->setMinimum(1); planeVertResSpinBox->setMaximum(128); gridLayout->addWidget(planeVertResSpinBox, 1, 3, 1, 1); vboxLayout3->addLayout(gridLayout); spacerItem2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout3->addItem(spacerItem2); hboxLayout8->addLayout(vboxLayout3); stackedWidget->addWidget(planePage); boxPage = new QWidget(); boxPage->setObjectName(QString::fromUtf8("boxPage")); hboxLayout9 = new QHBoxLayout(boxPage); #ifndef Q_OS_MAC hboxLayout9->setSpacing(6); #endif hboxLayout9->setContentsMargins(4, 4, 4, 4); hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9")); vboxLayout4 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout4->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout4->setContentsMargins(0, 0, 0, 0); #endif vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4")); gridLayout1 = new QGridLayout(); #ifndef Q_OS_MAC gridLayout1->setSpacing(6); #endif #ifndef Q_OS_MAC gridLayout1->setContentsMargins(0, 0, 0, 0); #endif gridLayout1->setObjectName(QString::fromUtf8("gridLayout1")); boxVertResSpinBox = new QSpinBox(boxPage); boxVertResSpinBox->setObjectName(QString::fromUtf8("boxVertResSpinBox")); boxVertResSpinBox->setMinimum(1); boxVertResSpinBox->setMaximum(128); gridLayout1->addWidget(boxVertResSpinBox, 1, 3, 1, 1); boxHorResLabel = new QLabel(boxPage); boxHorResLabel->setObjectName(QString::fromUtf8("boxHorResLabel")); gridLayout1->addWidget(boxHorResLabel, 0, 2, 1, 1); boxDepthResLabel = new QLabel(boxPage); boxDepthResLabel->setObjectName(QString::fromUtf8("boxDepthResLabel")); gridLayout1->addWidget(boxDepthResLabel, 2, 2, 1, 1); boxHeightLabel = new QLabel(boxPage); boxHeightLabel->setObjectName(QString::fromUtf8("boxHeightLabel")); gridLayout1->addWidget(boxHeightLabel, 1, 0, 1, 1); boxWidthLabel = new QLabel(boxPage); boxWidthLabel->setObjectName(QString::fromUtf8("boxWidthLabel")); gridLayout1->addWidget(boxWidthLabel, 0, 0, 1, 1); boxWidthEdit = new QLineEdit(boxPage); boxWidthEdit->setObjectName(QString::fromUtf8("boxWidthEdit")); gridLayout1->addWidget(boxWidthEdit, 0, 1, 1, 1); boxHorResSpinBox = new QSpinBox(boxPage); boxHorResSpinBox->setObjectName(QString::fromUtf8("boxHorResSpinBox")); boxHorResSpinBox->setMinimum(1); boxHorResSpinBox->setMaximum(128); gridLayout1->addWidget(boxHorResSpinBox, 0, 3, 1, 1); boxDepthResSpinBox = new QSpinBox(boxPage); boxDepthResSpinBox->setObjectName(QString::fromUtf8("boxDepthResSpinBox")); boxDepthResSpinBox->setMinimum(1); boxDepthResSpinBox->setMaximum(128); gridLayout1->addWidget(boxDepthResSpinBox, 2, 3, 1, 1); boxVertResLabel = new QLabel(boxPage); boxVertResLabel->setObjectName(QString::fromUtf8("boxVertResLabel")); gridLayout1->addWidget(boxVertResLabel, 1, 2, 1, 1); boxDepthEdit = new QLineEdit(boxPage); boxDepthEdit->setObjectName(QString::fromUtf8("boxDepthEdit")); gridLayout1->addWidget(boxDepthEdit, 2, 1, 1, 1); boxDepthLabel = new QLabel(boxPage); boxDepthLabel->setObjectName(QString::fromUtf8("boxDepthLabel")); gridLayout1->addWidget(boxDepthLabel, 2, 0, 1, 1); boxHeightEdit = new QLineEdit(boxPage); boxHeightEdit->setObjectName(QString::fromUtf8("boxHeightEdit")); gridLayout1->addWidget(boxHeightEdit, 1, 1, 1, 1); vboxLayout4->addLayout(gridLayout1); spacerItem3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout4->addItem(spacerItem3); hboxLayout9->addLayout(vboxLayout4); stackedWidget->addWidget(boxPage); modelPage = new QWidget(); modelPage->setObjectName(QString::fromUtf8("modelPage")); hboxLayout10 = new QHBoxLayout(modelPage); #ifndef Q_OS_MAC hboxLayout10->setSpacing(6); #endif hboxLayout10->setContentsMargins(4, 4, 4, 4); hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10")); vboxLayout5 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout5->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout5->setContentsMargins(0, 0, 0, 0); #endif vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5")); hboxLayout11 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout11->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout11->setContentsMargins(0, 0, 0, 0); #endif hboxLayout11->setObjectName(QString::fromUtf8("hboxLayout11")); modelFileNameLabel = new QLabel(modelPage); modelFileNameLabel->setObjectName(QString::fromUtf8("modelFileNameLabel")); hboxLayout11->addWidget(modelFileNameLabel); modelFileNameEdit = new QLineEdit(modelPage); modelFileNameEdit->setObjectName(QString::fromUtf8("modelFileNameEdit")); hboxLayout11->addWidget(modelFileNameEdit); modelBrowseButton = new QPushButton(modelPage); modelBrowseButton->setObjectName(QString::fromUtf8("modelBrowseButton")); QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(modelBrowseButton->sizePolicy().hasHeightForWidth()); modelBrowseButton->setSizePolicy(sizePolicy); modelBrowseButton->setMaximumSize(QSize(23, 16777215)); hboxLayout11->addWidget(modelBrowseButton); vboxLayout5->addLayout(hboxLayout11); spacerItem4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout5->addItem(spacerItem4); hboxLayout10->addLayout(vboxLayout5); stackedWidget->addWidget(modelPage); vboxLayout1->addWidget(stackedWidget); hboxLayout1->addLayout(vboxLayout1); vboxLayout->addWidget(shapeGroup); hboxLayout12 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout12->setSpacing(6); #endif hboxLayout12->setContentsMargins(0, 0, 0, 0); hboxLayout12->setObjectName(QString::fromUtf8("hboxLayout12")); frameCheckBox = new QCheckBox(QScreenWidget); frameCheckBox->setObjectName(QString::fromUtf8("frameCheckBox")); hboxLayout12->addWidget(frameCheckBox); frameLineWidthLabel = new QLabel(QScreenWidget); frameLineWidthLabel->setObjectName(QString::fromUtf8("frameLineWidthLabel")); hboxLayout12->addWidget(frameLineWidthLabel); frameLineWidthSpinBox = new QSpinBox(QScreenWidget); frameLineWidthSpinBox->setObjectName(QString::fromUtf8("frameLineWidthSpinBox")); frameLineWidthSpinBox->setMinimum(1); frameLineWidthSpinBox->setMaximum(4); hboxLayout12->addWidget(frameLineWidthSpinBox); vboxLayout->addLayout(hboxLayout12); hboxLayout->addLayout(vboxLayout); QWidget::setTabOrder(typeComboBox, transformWidget); QWidget::setTabOrder(transformWidget, domeRadiusEdit); QWidget::setTabOrder(domeRadiusEdit, domeAzimResSpinBox); QWidget::setTabOrder(domeAzimResSpinBox, domeElevResSpinBox); QWidget::setTabOrder(domeElevResSpinBox, domeFullDomeCheckBox); QWidget::setTabOrder(domeFullDomeCheckBox, planeWidthEdit); QWidget::setTabOrder(planeWidthEdit, planeHeightEdit); QWidget::setTabOrder(planeHeightEdit, planeHorResSpinBox); QWidget::setTabOrder(planeHorResSpinBox, planeVertResSpinBox); QWidget::setTabOrder(planeVertResSpinBox, boxWidthEdit); QWidget::setTabOrder(boxWidthEdit, boxHeightEdit); QWidget::setTabOrder(boxHeightEdit, boxDepthEdit); QWidget::setTabOrder(boxDepthEdit, boxHorResSpinBox); QWidget::setTabOrder(boxHorResSpinBox, boxVertResSpinBox); QWidget::setTabOrder(boxVertResSpinBox, boxDepthResSpinBox); retranslateUi(QScreenWidget); stackedWidget->setCurrentIndex(0); QMetaObject::connectSlotsByName(QScreenWidget); } // setupUi void retranslateUi(QWidget *QScreenWidget) { QScreenWidget->setWindowTitle(QApplication::translate("QScreenWidget", "Screen Settings", 0, QApplication::UnicodeUTF8)); shapeGroup->setTitle(QApplication::translate("QScreenWidget", "Shape", 0, QApplication::UnicodeUTF8)); typeLabel->setText(QApplication::translate("QScreenWidget", "Type", 0, QApplication::UnicodeUTF8)); typeComboBox->clear(); typeComboBox->insertItems(0, QStringList() << QApplication::translate("QScreenWidget", "Dome", 0, QApplication::UnicodeUTF8) << QApplication::translate("QScreenWidget", "Plane", 0, QApplication::UnicodeUTF8) << QApplication::translate("QScreenWidget", "Box", 0, QApplication::UnicodeUTF8) ); domeRadiusLabel->setText(QApplication::translate("QScreenWidget", "Radius", 0, QApplication::UnicodeUTF8)); domeAzimResLabel->setText(QApplication::translate("QScreenWidget", "Azimuth Res.", 0, QApplication::UnicodeUTF8)); domeElevResLabel->setText(QApplication::translate("QScreenWidget", "Elevation Res.", 0, QApplication::UnicodeUTF8)); domeSubdivLabel->setText(QApplication::translate("QScreenWidget", "Subdivision", 0, QApplication::UnicodeUTF8)); domeFullDomeCheckBox->setText(QApplication::translate("QScreenWidget", "Full dome", 0, QApplication::UnicodeUTF8)); planeHeightLabel->setText(QApplication::translate("QScreenWidget", "Height", 0, QApplication::UnicodeUTF8)); planeHorResLabel->setText(QApplication::translate("QScreenWidget", "Res.", 0, QApplication::UnicodeUTF8)); planeVertResLabel->setText(QApplication::translate("QScreenWidget", "Res.", 0, QApplication::UnicodeUTF8)); planeWidthLabel->setText(QApplication::translate("QScreenWidget", "Width", 0, QApplication::UnicodeUTF8)); boxHorResLabel->setText(QApplication::translate("QScreenWidget", "Res.", 0, QApplication::UnicodeUTF8)); boxDepthResLabel->setText(QApplication::translate("QScreenWidget", "Res.", 0, QApplication::UnicodeUTF8)); boxHeightLabel->setText(QApplication::translate("QScreenWidget", "Height", 0, QApplication::UnicodeUTF8)); boxWidthLabel->setText(QApplication::translate("QScreenWidget", "Width", 0, QApplication::UnicodeUTF8)); boxVertResLabel->setText(QApplication::translate("QScreenWidget", "Res.", 0, QApplication::UnicodeUTF8)); boxDepthLabel->setText(QApplication::translate("QScreenWidget", "Depth", 0, QApplication::UnicodeUTF8)); modelFileNameLabel->setText(QApplication::translate("QScreenWidget", "File", 0, QApplication::UnicodeUTF8)); modelBrowseButton->setText(QApplication::translate("QScreenWidget", "...", 0, QApplication::UnicodeUTF8)); frameCheckBox->setText(QApplication::translate("QScreenWidget", "Wireframe", 0, QApplication::UnicodeUTF8)); frameLineWidthLabel->setText(QApplication::translate("QScreenWidget", "Width", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class QScreenWidget: public Ui_QScreenWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QSCREENWIDGET_H