/******************************************************************************** ** Form generated from reading UI file 'defaultmodelscenewidget.ui' ** ** Created: Wed 19. May 10:55:30 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_DEFAULTMODELSCENEWIDGET_H #define UI_DEFAULTMODELSCENEWIDGET_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_DefaultModelSceneWidget { public: QGridLayout *gridLayout; QGroupBox *projectionGroup; QGridLayout *gridLayout1; QVBoxLayout *vboxLayout; QHBoxLayout *hboxLayout; QLabel *modelFileNameLabel; QLineEdit *modelFileNameEdit; QPushButton *modelBrowseButton; QCheckBox *modelCullingCheckBox; QCheckBox *modelSmoothingCheckBox; QSpacerItem *spacerItem; void setupUi(QWidget *DefaultModelSceneWidget) { if (DefaultModelSceneWidget->objectName().isEmpty()) DefaultModelSceneWidget->setObjectName(QString::fromUtf8("DefaultModelSceneWidget")); DefaultModelSceneWidget->resize(179, 159); gridLayout = new QGridLayout(DefaultModelSceneWidget); gridLayout->setSpacing(0); gridLayout->setContentsMargins(0, 0, 0, 0); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); projectionGroup = new QGroupBox(DefaultModelSceneWidget); projectionGroup->setObjectName(QString::fromUtf8("projectionGroup")); gridLayout1 = new QGridLayout(projectionGroup); #ifndef Q_OS_MAC gridLayout1->setSpacing(6); #endif #ifndef Q_OS_MAC gridLayout1->setContentsMargins(9, 9, 9, 9); #endif gridLayout1->setObjectName(QString::fromUtf8("gridLayout1")); 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")); hboxLayout = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout->setContentsMargins(0, 0, 0, 0); #endif hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); modelFileNameLabel = new QLabel(projectionGroup); modelFileNameLabel->setObjectName(QString::fromUtf8("modelFileNameLabel")); hboxLayout->addWidget(modelFileNameLabel); modelFileNameEdit = new QLineEdit(projectionGroup); modelFileNameEdit->setObjectName(QString::fromUtf8("modelFileNameEdit")); hboxLayout->addWidget(modelFileNameEdit); modelBrowseButton = new QPushButton(projectionGroup); modelBrowseButton->setObjectName(QString::fromUtf8("modelBrowseButton")); QSizePolicy sizePolicy(static_cast(0), static_cast(0)); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(modelBrowseButton->sizePolicy().hasHeightForWidth()); modelBrowseButton->setSizePolicy(sizePolicy); modelBrowseButton->setMaximumSize(QSize(23, 16777215)); hboxLayout->addWidget(modelBrowseButton); vboxLayout->addLayout(hboxLayout); modelCullingCheckBox = new QCheckBox(projectionGroup); modelCullingCheckBox->setObjectName(QString::fromUtf8("modelCullingCheckBox")); vboxLayout->addWidget(modelCullingCheckBox); modelSmoothingCheckBox = new QCheckBox(projectionGroup); modelSmoothingCheckBox->setObjectName(QString::fromUtf8("modelSmoothingCheckBox")); vboxLayout->addWidget(modelSmoothingCheckBox); spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout->addItem(spacerItem); gridLayout1->addLayout(vboxLayout, 0, 0, 1, 1); gridLayout->addWidget(projectionGroup, 0, 0, 1, 1); retranslateUi(DefaultModelSceneWidget); QMetaObject::connectSlotsByName(DefaultModelSceneWidget); } // setupUi void retranslateUi(QWidget *DefaultModelSceneWidget) { DefaultModelSceneWidget->setWindowTitle(QApplication::translate("DefaultModelSceneWidget", "Projection Settings", 0, QApplication::UnicodeUTF8)); projectionGroup->setTitle(QApplication::translate("DefaultModelSceneWidget", "Model Properties", 0, QApplication::UnicodeUTF8)); modelFileNameLabel->setText(QApplication::translate("DefaultModelSceneWidget", "File", 0, QApplication::UnicodeUTF8)); modelBrowseButton->setText(QApplication::translate("DefaultModelSceneWidget", "...", 0, QApplication::UnicodeUTF8)); modelCullingCheckBox->setText(QApplication::translate("DefaultModelSceneWidget", "Back face culling", 0, QApplication::UnicodeUTF8)); modelSmoothingCheckBox->setText(QApplication::translate("DefaultModelSceneWidget", "Smoothing", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class DefaultModelSceneWidget: public Ui_DefaultModelSceneWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DEFAULTMODELSCENEWIDGET_H