/******************************************************************************** ** Form generated from reading ui file 'qtransformmatrixwidget.ui' ** ** Created: Mon 27. Apr 14:25:23 2009 ** by: Qt User Interface Compiler version 4.5.1 ** ** WARNING! All changes made in this file will be lost when recompiling ui file! ********************************************************************************/ #ifndef UI_QTRANSFORMMATRIXWIDGET_H #define UI_QTRANSFORMMATRIXWIDGET_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_QTransformMatrixWidget { public: QHBoxLayout *hboxLayout; QGroupBox *transformGroup; QHBoxLayout *hboxLayout1; QGridLayout *gridLayout; QLineEdit *posZEdit; QLineEdit *rotHEdit; QLabel *posLabel; QLabel *rotLabel; QLineEdit *posXEdit; QLineEdit *rotREdit; QLineEdit *rotPEdit; QLineEdit *posYEdit; QLabel *scaleLabel; QLineEdit *scaleXEdit; QLineEdit *scaleYEdit; QLineEdit *scaleZEdit; void setupUi(QWidget *QTransformMatrixWidget) { if (QTransformMatrixWidget->objectName().isEmpty()) QTransformMatrixWidget->setObjectName(QString::fromUtf8("QTransformMatrixWidget")); QTransformMatrixWidget->resize(179, 78); hboxLayout = new QHBoxLayout(QTransformMatrixWidget); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setMargin(0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); transformGroup = new QGroupBox(QTransformMatrixWidget); transformGroup->setObjectName(QString::fromUtf8("transformGroup")); hboxLayout1 = new QHBoxLayout(transformGroup); #ifndef Q_OS_MAC hboxLayout1->setSpacing(6); #endif hboxLayout1->setMargin(0); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); gridLayout = new QGridLayout(); #ifndef Q_OS_MAC gridLayout->setSpacing(6); #endif gridLayout->setMargin(4); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); posZEdit = new QLineEdit(transformGroup); posZEdit->setObjectName(QString::fromUtf8("posZEdit")); gridLayout->addWidget(posZEdit, 0, 3, 1, 1); rotHEdit = new QLineEdit(transformGroup); rotHEdit->setObjectName(QString::fromUtf8("rotHEdit")); gridLayout->addWidget(rotHEdit, 1, 1, 1, 1); posLabel = new QLabel(transformGroup); posLabel->setObjectName(QString::fromUtf8("posLabel")); gridLayout->addWidget(posLabel, 0, 0, 1, 1); rotLabel = new QLabel(transformGroup); rotLabel->setObjectName(QString::fromUtf8("rotLabel")); gridLayout->addWidget(rotLabel, 1, 0, 1, 1); posXEdit = new QLineEdit(transformGroup); posXEdit->setObjectName(QString::fromUtf8("posXEdit")); gridLayout->addWidget(posXEdit, 0, 1, 1, 1); rotREdit = new QLineEdit(transformGroup); rotREdit->setObjectName(QString::fromUtf8("rotREdit")); gridLayout->addWidget(rotREdit, 1, 3, 1, 1); rotPEdit = new QLineEdit(transformGroup); rotPEdit->setObjectName(QString::fromUtf8("rotPEdit")); gridLayout->addWidget(rotPEdit, 1, 2, 1, 1); posYEdit = new QLineEdit(transformGroup); posYEdit->setObjectName(QString::fromUtf8("posYEdit")); gridLayout->addWidget(posYEdit, 0, 2, 1, 1); scaleLabel = new QLabel(transformGroup); scaleLabel->setObjectName(QString::fromUtf8("scaleLabel")); gridLayout->addWidget(scaleLabel, 2, 0, 1, 1); scaleXEdit = new QLineEdit(transformGroup); scaleXEdit->setObjectName(QString::fromUtf8("scaleXEdit")); gridLayout->addWidget(scaleXEdit, 2, 1, 1, 1); scaleYEdit = new QLineEdit(transformGroup); scaleYEdit->setObjectName(QString::fromUtf8("scaleYEdit")); gridLayout->addWidget(scaleYEdit, 2, 2, 1, 1); scaleZEdit = new QLineEdit(transformGroup); scaleZEdit->setObjectName(QString::fromUtf8("scaleZEdit")); gridLayout->addWidget(scaleZEdit, 2, 3, 1, 1); hboxLayout1->addLayout(gridLayout); hboxLayout->addWidget(transformGroup); QWidget::setTabOrder(posXEdit, posYEdit); QWidget::setTabOrder(posYEdit, posZEdit); QWidget::setTabOrder(posZEdit, rotHEdit); QWidget::setTabOrder(rotHEdit, rotPEdit); QWidget::setTabOrder(rotPEdit, rotREdit); retranslateUi(QTransformMatrixWidget); QMetaObject::connectSlotsByName(QTransformMatrixWidget); } // setupUi void retranslateUi(QWidget *QTransformMatrixWidget) { QTransformMatrixWidget->setWindowTitle(QApplication::translate("QTransformMatrixWidget", "Matrix Settings", 0, QApplication::UnicodeUTF8)); transformGroup->setTitle(QApplication::translate("QTransformMatrixWidget", "Transform", 0, QApplication::UnicodeUTF8)); posLabel->setText(QApplication::translate("QTransformMatrixWidget", "Pos", 0, QApplication::UnicodeUTF8)); rotLabel->setText(QApplication::translate("QTransformMatrixWidget", "Rot", 0, QApplication::UnicodeUTF8)); scaleLabel->setText(QApplication::translate("QTransformMatrixWidget", "Scale", 0, QApplication::UnicodeUTF8)); Q_UNUSED(QTransformMatrixWidget); } // retranslateUi }; namespace Ui { class QTransformMatrixWidget: public Ui_QTransformMatrixWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QTRANSFORMMATRIXWIDGET_H