/******************************************************************************** ** Form generated from reading UI file 'defaultteapotscenewidget.ui' ** ** Created: Wed 19. May 11:52:16 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_DEFAULTTEAPOTSCENEWIDGET_H #define UI_DEFAULTTEAPOTSCENEWIDGET_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_DefaultTeapotSceneWidget { public: QGridLayout *gridLayout; QGroupBox *projectionGroup; QVBoxLayout *vboxLayout; QHBoxLayout *hboxLayout; QCheckBox *wireframeCheckBox; QLabel *widthLabel; QSpinBox *widthSpinBox; QSpacerItem *spacerItem; void setupUi(QWidget *DefaultTeapotSceneWidget) { if (DefaultTeapotSceneWidget->objectName().isEmpty()) DefaultTeapotSceneWidget->setObjectName(QString::fromUtf8("DefaultTeapotSceneWidget")); DefaultTeapotSceneWidget->resize(227, 79); gridLayout = new QGridLayout(DefaultTeapotSceneWidget); gridLayout->setSpacing(0); gridLayout->setContentsMargins(0, 0, 0, 0); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); projectionGroup = new QGroupBox(DefaultTeapotSceneWidget); projectionGroup->setObjectName(QString::fromUtf8("projectionGroup")); vboxLayout = new QVBoxLayout(projectionGroup); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout->setContentsMargins(9, 9, 9, 9); #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")); wireframeCheckBox = new QCheckBox(projectionGroup); wireframeCheckBox->setObjectName(QString::fromUtf8("wireframeCheckBox")); hboxLayout->addWidget(wireframeCheckBox); widthLabel = new QLabel(projectionGroup); widthLabel->setObjectName(QString::fromUtf8("widthLabel")); widthLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); hboxLayout->addWidget(widthLabel); widthSpinBox = new QSpinBox(projectionGroup); widthSpinBox->setObjectName(QString::fromUtf8("widthSpinBox")); widthSpinBox->setMaximum(10); widthSpinBox->setMinimum(1); widthSpinBox->setValue(1); hboxLayout->addWidget(widthSpinBox); vboxLayout->addLayout(hboxLayout); spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout->addItem(spacerItem); gridLayout->addWidget(projectionGroup, 0, 0, 1, 1); retranslateUi(DefaultTeapotSceneWidget); QObject::connect(widthLabel, SIGNAL(linkActivated(QString)), widthSpinBox, SLOT(selectAll())); QMetaObject::connectSlotsByName(DefaultTeapotSceneWidget); } // setupUi void retranslateUi(QWidget *DefaultTeapotSceneWidget) { DefaultTeapotSceneWidget->setWindowTitle(QApplication::translate("DefaultTeapotSceneWidget", "Projection Settings", 0, QApplication::UnicodeUTF8)); projectionGroup->setTitle(QApplication::translate("DefaultTeapotSceneWidget", "Teapot Properties", 0, QApplication::UnicodeUTF8)); wireframeCheckBox->setText(QApplication::translate("DefaultTeapotSceneWidget", "Wireframe", 0, QApplication::UnicodeUTF8)); widthLabel->setText(QApplication::translate("DefaultTeapotSceneWidget", "Width", 0, QApplication::UnicodeUTF8)); widthSpinBox->setSuffix(QApplication::translate("DefaultTeapotSceneWidget", " px", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class DefaultTeapotSceneWidget: public Ui_DefaultTeapotSceneWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DEFAULTTEAPOTSCENEWIDGET_H