[4] | 1 | /******************************************************************************** |
---|
[48] | 2 | ** Form generated from reading UI file 'defaultmodelscenewidget.ui' |
---|
[4] | 3 | ** |
---|
[49] | 4 | ** Created: Wed 19. May 11:52:15 2010 |
---|
[48] | 5 | ** by: Qt User Interface Compiler version 4.6.2 |
---|
[4] | 6 | ** |
---|
[48] | 7 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
---|
[4] | 8 | ********************************************************************************/ |
---|
| 9 | |
---|
| 10 | #ifndef UI_DEFAULTMODELSCENEWIDGET_H |
---|
| 11 | #define UI_DEFAULTMODELSCENEWIDGET_H |
---|
| 12 | |
---|
| 13 | #include <QtCore/QVariant> |
---|
| 14 | #include <QtGui/QAction> |
---|
| 15 | #include <QtGui/QApplication> |
---|
| 16 | #include <QtGui/QButtonGroup> |
---|
| 17 | #include <QtGui/QCheckBox> |
---|
| 18 | #include <QtGui/QGridLayout> |
---|
| 19 | #include <QtGui/QGroupBox> |
---|
| 20 | #include <QtGui/QHBoxLayout> |
---|
| 21 | #include <QtGui/QHeaderView> |
---|
| 22 | #include <QtGui/QLabel> |
---|
| 23 | #include <QtGui/QLineEdit> |
---|
| 24 | #include <QtGui/QPushButton> |
---|
| 25 | #include <QtGui/QSpacerItem> |
---|
| 26 | #include <QtGui/QVBoxLayout> |
---|
| 27 | #include <QtGui/QWidget> |
---|
| 28 | |
---|
| 29 | QT_BEGIN_NAMESPACE |
---|
| 30 | |
---|
| 31 | class Ui_DefaultModelSceneWidget |
---|
| 32 | { |
---|
| 33 | public: |
---|
| 34 | QGridLayout *gridLayout; |
---|
| 35 | QGroupBox *projectionGroup; |
---|
| 36 | QGridLayout *gridLayout1; |
---|
| 37 | QVBoxLayout *vboxLayout; |
---|
| 38 | QHBoxLayout *hboxLayout; |
---|
| 39 | QLabel *modelFileNameLabel; |
---|
| 40 | QLineEdit *modelFileNameEdit; |
---|
| 41 | QPushButton *modelBrowseButton; |
---|
| 42 | QCheckBox *modelCullingCheckBox; |
---|
| 43 | QCheckBox *modelSmoothingCheckBox; |
---|
| 44 | QSpacerItem *spacerItem; |
---|
| 45 | |
---|
| 46 | void setupUi(QWidget *DefaultModelSceneWidget) |
---|
| 47 | { |
---|
| 48 | if (DefaultModelSceneWidget->objectName().isEmpty()) |
---|
| 49 | DefaultModelSceneWidget->setObjectName(QString::fromUtf8("DefaultModelSceneWidget")); |
---|
| 50 | DefaultModelSceneWidget->resize(179, 159); |
---|
| 51 | gridLayout = new QGridLayout(DefaultModelSceneWidget); |
---|
| 52 | gridLayout->setSpacing(0); |
---|
[48] | 53 | gridLayout->setContentsMargins(0, 0, 0, 0); |
---|
[4] | 54 | gridLayout->setObjectName(QString::fromUtf8("gridLayout")); |
---|
| 55 | projectionGroup = new QGroupBox(DefaultModelSceneWidget); |
---|
| 56 | projectionGroup->setObjectName(QString::fromUtf8("projectionGroup")); |
---|
| 57 | gridLayout1 = new QGridLayout(projectionGroup); |
---|
| 58 | #ifndef Q_OS_MAC |
---|
| 59 | gridLayout1->setSpacing(6); |
---|
| 60 | #endif |
---|
| 61 | #ifndef Q_OS_MAC |
---|
[48] | 62 | gridLayout1->setContentsMargins(9, 9, 9, 9); |
---|
[4] | 63 | #endif |
---|
| 64 | gridLayout1->setObjectName(QString::fromUtf8("gridLayout1")); |
---|
| 65 | vboxLayout = new QVBoxLayout(); |
---|
| 66 | #ifndef Q_OS_MAC |
---|
| 67 | vboxLayout->setSpacing(6); |
---|
| 68 | #endif |
---|
| 69 | #ifndef Q_OS_MAC |
---|
[48] | 70 | vboxLayout->setContentsMargins(0, 0, 0, 0); |
---|
[4] | 71 | #endif |
---|
| 72 | vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
---|
| 73 | hboxLayout = new QHBoxLayout(); |
---|
| 74 | #ifndef Q_OS_MAC |
---|
| 75 | hboxLayout->setSpacing(6); |
---|
| 76 | #endif |
---|
| 77 | #ifndef Q_OS_MAC |
---|
[48] | 78 | hboxLayout->setContentsMargins(0, 0, 0, 0); |
---|
[4] | 79 | #endif |
---|
| 80 | hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
---|
| 81 | modelFileNameLabel = new QLabel(projectionGroup); |
---|
| 82 | modelFileNameLabel->setObjectName(QString::fromUtf8("modelFileNameLabel")); |
---|
| 83 | |
---|
| 84 | hboxLayout->addWidget(modelFileNameLabel); |
---|
| 85 | |
---|
| 86 | modelFileNameEdit = new QLineEdit(projectionGroup); |
---|
| 87 | modelFileNameEdit->setObjectName(QString::fromUtf8("modelFileNameEdit")); |
---|
| 88 | |
---|
| 89 | hboxLayout->addWidget(modelFileNameEdit); |
---|
| 90 | |
---|
| 91 | modelBrowseButton = new QPushButton(projectionGroup); |
---|
| 92 | modelBrowseButton->setObjectName(QString::fromUtf8("modelBrowseButton")); |
---|
| 93 | QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0)); |
---|
| 94 | sizePolicy.setHorizontalStretch(0); |
---|
| 95 | sizePolicy.setVerticalStretch(0); |
---|
| 96 | sizePolicy.setHeightForWidth(modelBrowseButton->sizePolicy().hasHeightForWidth()); |
---|
| 97 | modelBrowseButton->setSizePolicy(sizePolicy); |
---|
| 98 | modelBrowseButton->setMaximumSize(QSize(23, 16777215)); |
---|
| 99 | |
---|
| 100 | hboxLayout->addWidget(modelBrowseButton); |
---|
| 101 | |
---|
| 102 | |
---|
| 103 | vboxLayout->addLayout(hboxLayout); |
---|
| 104 | |
---|
| 105 | modelCullingCheckBox = new QCheckBox(projectionGroup); |
---|
| 106 | modelCullingCheckBox->setObjectName(QString::fromUtf8("modelCullingCheckBox")); |
---|
| 107 | |
---|
| 108 | vboxLayout->addWidget(modelCullingCheckBox); |
---|
| 109 | |
---|
| 110 | modelSmoothingCheckBox = new QCheckBox(projectionGroup); |
---|
| 111 | modelSmoothingCheckBox->setObjectName(QString::fromUtf8("modelSmoothingCheckBox")); |
---|
| 112 | |
---|
| 113 | vboxLayout->addWidget(modelSmoothingCheckBox); |
---|
| 114 | |
---|
| 115 | spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
---|
| 116 | |
---|
| 117 | vboxLayout->addItem(spacerItem); |
---|
| 118 | |
---|
| 119 | |
---|
| 120 | gridLayout1->addLayout(vboxLayout, 0, 0, 1, 1); |
---|
| 121 | |
---|
| 122 | |
---|
| 123 | gridLayout->addWidget(projectionGroup, 0, 0, 1, 1); |
---|
| 124 | |
---|
| 125 | |
---|
| 126 | retranslateUi(DefaultModelSceneWidget); |
---|
| 127 | |
---|
| 128 | QMetaObject::connectSlotsByName(DefaultModelSceneWidget); |
---|
| 129 | } // setupUi |
---|
| 130 | |
---|
| 131 | void retranslateUi(QWidget *DefaultModelSceneWidget) |
---|
| 132 | { |
---|
| 133 | DefaultModelSceneWidget->setWindowTitle(QApplication::translate("DefaultModelSceneWidget", "Projection Settings", 0, QApplication::UnicodeUTF8)); |
---|
| 134 | projectionGroup->setTitle(QApplication::translate("DefaultModelSceneWidget", "Model Properties", 0, QApplication::UnicodeUTF8)); |
---|
| 135 | modelFileNameLabel->setText(QApplication::translate("DefaultModelSceneWidget", "File", 0, QApplication::UnicodeUTF8)); |
---|
| 136 | modelBrowseButton->setText(QApplication::translate("DefaultModelSceneWidget", "...", 0, QApplication::UnicodeUTF8)); |
---|
| 137 | modelCullingCheckBox->setText(QApplication::translate("DefaultModelSceneWidget", "Back face culling", 0, QApplication::UnicodeUTF8)); |
---|
| 138 | modelSmoothingCheckBox->setText(QApplication::translate("DefaultModelSceneWidget", "Smoothing", 0, QApplication::UnicodeUTF8)); |
---|
| 139 | } // retranslateUi |
---|
| 140 | |
---|
| 141 | }; |
---|
| 142 | |
---|
| 143 | namespace Ui { |
---|
| 144 | class DefaultModelSceneWidget: public Ui_DefaultModelSceneWidget {}; |
---|
| 145 | } // namespace Ui |
---|
| 146 | |
---|
| 147 | QT_END_NAMESPACE |
---|
| 148 | |
---|
| 149 | #endif // UI_DEFAULTMODELSCENEWIDGET_H |
---|