/******************************************************************************** ** Form generated from reading UI file 'qscenewidget.ui' ** ** Created: Wed 19. May 11:06:35 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_QSCENEWIDGET_H #define UI_QSCENEWIDGET_H #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_QSceneWidget { public: QHBoxLayout *hboxLayout; QVBoxLayout *vboxLayout; projection::QTransformMatrixWidget *transformWidget; QGroupBox *contentGroup; QHBoxLayout *hboxLayout1; QVBoxLayout *vboxLayout1; QHBoxLayout *hboxLayout2; QLabel *typeLabel; QComboBox *typeComboBox; QSpacerItem *spacerItem; QStackedWidget *stackedWidget; QCheckBox *showInDesignViewCheckBox; QHBoxLayout *hboxLayout3; QLabel *sceneSizeLabel; QLineEdit *sceneSizeEdit; QSpacerItem *spacerItem1; QHBoxLayout *hboxLayout4; QCheckBox *gridCheckBox; QLabel *gridSizeLabel; QLineEdit *gridSizeEdit; QSpacerItem *spacerItem2; QHBoxLayout *hboxLayout5; QSpacerItem *spacerItem3; QPushButton *centerViewButton; QPushButton *viewAllButton; void setupUi(QWidget *QSceneWidget) { if (QSceneWidget->objectName().isEmpty()) QSceneWidget->setObjectName(QString::fromUtf8("QSceneWidget")); QSceneWidget->resize(178, 242); hboxLayout = new QHBoxLayout(QSceneWidget); #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(QSceneWidget); transformWidget->setObjectName(QString::fromUtf8("transformWidget")); transformWidget->setFocusPolicy(Qt::StrongFocus); vboxLayout->addWidget(transformWidget); contentGroup = new QGroupBox(QSceneWidget); contentGroup->setObjectName(QString::fromUtf8("contentGroup")); hboxLayout1 = new QHBoxLayout(contentGroup); #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(contentGroup); typeLabel->setObjectName(QString::fromUtf8("typeLabel")); hboxLayout2->addWidget(typeLabel); typeComboBox = new QComboBox(contentGroup); 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(contentGroup); stackedWidget->setObjectName(QString::fromUtf8("stackedWidget")); stackedWidget->setFocusPolicy(Qt::StrongFocus); vboxLayout1->addWidget(stackedWidget); hboxLayout1->addLayout(vboxLayout1); vboxLayout->addWidget(contentGroup); showInDesignViewCheckBox = new QCheckBox(QSceneWidget); showInDesignViewCheckBox->setObjectName(QString::fromUtf8("showInDesignViewCheckBox")); vboxLayout->addWidget(showInDesignViewCheckBox); hboxLayout3 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout3->setSpacing(6); #endif hboxLayout3->setContentsMargins(0, 0, 0, 0); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); sceneSizeLabel = new QLabel(QSceneWidget); sceneSizeLabel->setObjectName(QString::fromUtf8("sceneSizeLabel")); hboxLayout3->addWidget(sceneSizeLabel); sceneSizeEdit = new QLineEdit(QSceneWidget); sceneSizeEdit->setObjectName(QString::fromUtf8("sceneSizeEdit")); sceneSizeEdit->setMaximumSize(QSize(64, 16777215)); hboxLayout3->addWidget(sceneSizeEdit); spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout3->addItem(spacerItem1); vboxLayout->addLayout(hboxLayout3); hboxLayout4 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout4->setSpacing(6); #endif hboxLayout4->setContentsMargins(0, 0, 0, 0); hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); gridCheckBox = new QCheckBox(QSceneWidget); gridCheckBox->setObjectName(QString::fromUtf8("gridCheckBox")); hboxLayout4->addWidget(gridCheckBox); gridSizeLabel = new QLabel(QSceneWidget); gridSizeLabel->setObjectName(QString::fromUtf8("gridSizeLabel")); hboxLayout4->addWidget(gridSizeLabel); gridSizeEdit = new QLineEdit(QSceneWidget); gridSizeEdit->setObjectName(QString::fromUtf8("gridSizeEdit")); gridSizeEdit->setMaximumSize(QSize(64, 16777215)); hboxLayout4->addWidget(gridSizeEdit); spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout4->addItem(spacerItem2); vboxLayout->addLayout(hboxLayout4); hboxLayout5 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout5->setSpacing(6); #endif hboxLayout5->setContentsMargins(0, 0, 0, 0); hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout5->addItem(spacerItem3); centerViewButton = new QPushButton(QSceneWidget); centerViewButton->setObjectName(QString::fromUtf8("centerViewButton")); hboxLayout5->addWidget(centerViewButton); viewAllButton = new QPushButton(QSceneWidget); viewAllButton->setObjectName(QString::fromUtf8("viewAllButton")); hboxLayout5->addWidget(viewAllButton); vboxLayout->addLayout(hboxLayout5); hboxLayout->addLayout(vboxLayout); QWidget::setTabOrder(typeComboBox, stackedWidget); QWidget::setTabOrder(stackedWidget, showInDesignViewCheckBox); QWidget::setTabOrder(showInDesignViewCheckBox, gridCheckBox); QWidget::setTabOrder(gridCheckBox, gridSizeEdit); QWidget::setTabOrder(gridSizeEdit, centerViewButton); QWidget::setTabOrder(centerViewButton, viewAllButton); retranslateUi(QSceneWidget); stackedWidget->setCurrentIndex(-1); QMetaObject::connectSlotsByName(QSceneWidget); } // setupUi void retranslateUi(QWidget *QSceneWidget) { QSceneWidget->setWindowTitle(QApplication::translate("QSceneWidget", "Scene Settings", 0, QApplication::UnicodeUTF8)); contentGroup->setTitle(QApplication::translate("QSceneWidget", "Content", 0, QApplication::UnicodeUTF8)); typeLabel->setText(QApplication::translate("QSceneWidget", "Type", 0, QApplication::UnicodeUTF8)); showInDesignViewCheckBox->setText(QApplication::translate("QSceneWidget", "Show in Design View", 0, QApplication::UnicodeUTF8)); sceneSizeLabel->setText(QApplication::translate("QSceneWidget", "Scene size", 0, QApplication::UnicodeUTF8)); gridCheckBox->setText(QApplication::translate("QSceneWidget", "Grid", 0, QApplication::UnicodeUTF8)); gridSizeLabel->setText(QApplication::translate("QSceneWidget", "Size", 0, QApplication::UnicodeUTF8)); centerViewButton->setText(QApplication::translate("QSceneWidget", "Center View", 0, QApplication::UnicodeUTF8)); viewAllButton->setText(QApplication::translate("QSceneWidget", "ViewAll", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class QSceneWidget: public Ui_QSceneWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QSCENEWIDGET_H