source: projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qtransformmatrixwidget.h @ 42

Last change on this file since 42 was 42, checked in by Torben Dannhauer, 14 years ago
File size: 5.8 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'qtransformmatrixwidget.ui'
3**
4** Created: Wed 19. May 08:34:54 2010
5**      by: Qt User Interface Compiler version 4.6.2
6**
7** WARNING! All changes made in this file will be lost when recompiling UI file!
8********************************************************************************/
9
10#ifndef UI_QTRANSFORMMATRIXWIDGET_H
11#define UI_QTRANSFORMMATRIXWIDGET_H
12
13#include <QtCore/QVariant>
14#include <QtGui/QAction>
15#include <QtGui/QApplication>
16#include <QtGui/QButtonGroup>
17#include <QtGui/QGridLayout>
18#include <QtGui/QGroupBox>
19#include <QtGui/QHBoxLayout>
20#include <QtGui/QHeaderView>
21#include <QtGui/QLabel>
22#include <QtGui/QLineEdit>
23#include <QtGui/QWidget>
24
25QT_BEGIN_NAMESPACE
26
27class Ui_QTransformMatrixWidget
28{
29public:
30    QHBoxLayout *hboxLayout;
31    QGroupBox *transformGroup;
32    QHBoxLayout *hboxLayout1;
33    QGridLayout *gridLayout;
34    QLineEdit *posZEdit;
35    QLineEdit *rotHEdit;
36    QLabel *posLabel;
37    QLabel *rotLabel;
38    QLineEdit *posXEdit;
39    QLineEdit *rotREdit;
40    QLineEdit *rotPEdit;
41    QLineEdit *posYEdit;
42    QLabel *scaleLabel;
43    QLineEdit *scaleXEdit;
44    QLineEdit *scaleYEdit;
45    QLineEdit *scaleZEdit;
46
47    void setupUi(QWidget *QTransformMatrixWidget)
48    {
49        if (QTransformMatrixWidget->objectName().isEmpty())
50            QTransformMatrixWidget->setObjectName(QString::fromUtf8("QTransformMatrixWidget"));
51        QTransformMatrixWidget->resize(203, 95);
52        hboxLayout = new QHBoxLayout(QTransformMatrixWidget);
53#ifndef Q_OS_MAC
54        hboxLayout->setSpacing(6);
55#endif
56        hboxLayout->setContentsMargins(0, 0, 0, 0);
57        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
58        transformGroup = new QGroupBox(QTransformMatrixWidget);
59        transformGroup->setObjectName(QString::fromUtf8("transformGroup"));
60        hboxLayout1 = new QHBoxLayout(transformGroup);
61#ifndef Q_OS_MAC
62        hboxLayout1->setSpacing(6);
63#endif
64        hboxLayout1->setContentsMargins(0, 0, 0, 0);
65        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
66        gridLayout = new QGridLayout();
67#ifndef Q_OS_MAC
68        gridLayout->setSpacing(6);
69#endif
70        gridLayout->setContentsMargins(4, 4, 4, 4);
71        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
72        posZEdit = new QLineEdit(transformGroup);
73        posZEdit->setObjectName(QString::fromUtf8("posZEdit"));
74
75        gridLayout->addWidget(posZEdit, 0, 3, 1, 1);
76
77        rotHEdit = new QLineEdit(transformGroup);
78        rotHEdit->setObjectName(QString::fromUtf8("rotHEdit"));
79
80        gridLayout->addWidget(rotHEdit, 1, 1, 1, 1);
81
82        posLabel = new QLabel(transformGroup);
83        posLabel->setObjectName(QString::fromUtf8("posLabel"));
84
85        gridLayout->addWidget(posLabel, 0, 0, 1, 1);
86
87        rotLabel = new QLabel(transformGroup);
88        rotLabel->setObjectName(QString::fromUtf8("rotLabel"));
89
90        gridLayout->addWidget(rotLabel, 1, 0, 1, 1);
91
92        posXEdit = new QLineEdit(transformGroup);
93        posXEdit->setObjectName(QString::fromUtf8("posXEdit"));
94
95        gridLayout->addWidget(posXEdit, 0, 1, 1, 1);
96
97        rotREdit = new QLineEdit(transformGroup);
98        rotREdit->setObjectName(QString::fromUtf8("rotREdit"));
99
100        gridLayout->addWidget(rotREdit, 1, 3, 1, 1);
101
102        rotPEdit = new QLineEdit(transformGroup);
103        rotPEdit->setObjectName(QString::fromUtf8("rotPEdit"));
104
105        gridLayout->addWidget(rotPEdit, 1, 2, 1, 1);
106
107        posYEdit = new QLineEdit(transformGroup);
108        posYEdit->setObjectName(QString::fromUtf8("posYEdit"));
109
110        gridLayout->addWidget(posYEdit, 0, 2, 1, 1);
111
112        scaleLabel = new QLabel(transformGroup);
113        scaleLabel->setObjectName(QString::fromUtf8("scaleLabel"));
114
115        gridLayout->addWidget(scaleLabel, 2, 0, 1, 1);
116
117        scaleXEdit = new QLineEdit(transformGroup);
118        scaleXEdit->setObjectName(QString::fromUtf8("scaleXEdit"));
119
120        gridLayout->addWidget(scaleXEdit, 2, 1, 1, 1);
121
122        scaleYEdit = new QLineEdit(transformGroup);
123        scaleYEdit->setObjectName(QString::fromUtf8("scaleYEdit"));
124
125        gridLayout->addWidget(scaleYEdit, 2, 2, 1, 1);
126
127        scaleZEdit = new QLineEdit(transformGroup);
128        scaleZEdit->setObjectName(QString::fromUtf8("scaleZEdit"));
129
130        gridLayout->addWidget(scaleZEdit, 2, 3, 1, 1);
131
132
133        hboxLayout1->addLayout(gridLayout);
134
135
136        hboxLayout->addWidget(transformGroup);
137
138        QWidget::setTabOrder(posXEdit, posYEdit);
139        QWidget::setTabOrder(posYEdit, posZEdit);
140        QWidget::setTabOrder(posZEdit, rotHEdit);
141        QWidget::setTabOrder(rotHEdit, rotPEdit);
142        QWidget::setTabOrder(rotPEdit, rotREdit);
143
144        retranslateUi(QTransformMatrixWidget);
145
146        QMetaObject::connectSlotsByName(QTransformMatrixWidget);
147    } // setupUi
148
149    void retranslateUi(QWidget *QTransformMatrixWidget)
150    {
151        QTransformMatrixWidget->setWindowTitle(QApplication::translate("QTransformMatrixWidget", "Matrix Settings", 0, QApplication::UnicodeUTF8));
152        transformGroup->setTitle(QApplication::translate("QTransformMatrixWidget", "Transform", 0, QApplication::UnicodeUTF8));
153        posLabel->setText(QApplication::translate("QTransformMatrixWidget", "Pos", 0, QApplication::UnicodeUTF8));
154        rotLabel->setText(QApplication::translate("QTransformMatrixWidget", "Rot", 0, QApplication::UnicodeUTF8));
155        scaleLabel->setText(QApplication::translate("QTransformMatrixWidget", "Scale", 0, QApplication::UnicodeUTF8));
156    } // retranslateUi
157
158};
159
160namespace Ui {
161    class QTransformMatrixWidget: public Ui_QTransformMatrixWidget {};
162} // namespace Ui
163
164QT_END_NAMESPACE
165
166#endif // UI_QTRANSFORMMATRIXWIDGET_H
Note: See TracBrowser for help on using the repository browser.