source: projectionDesigner/trunk/projdesignerplugins/defaultplugin/ui_defaultprojectorwidget.h @ 48

Last change on this file since 48 was 48, checked in by Torben Dannhauer, 14 years ago
File size: 7.3 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'defaultprojectorwidget.ui'
3**
4** Created: Wed 19. May 10:55:31 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_DEFAULTPROJECTORWIDGET_H
11#define UI_DEFAULTPROJECTORWIDGET_H
12
13#include <QtCore/QVariant>
14#include <QtGui/QAction>
15#include <QtGui/QApplication>
16#include <QtGui/QButtonGroup>
17#include <QtGui/QGroupBox>
18#include <QtGui/QHBoxLayout>
19#include <QtGui/QHeaderView>
20#include <QtGui/QLabel>
21#include <QtGui/QLineEdit>
22#include <QtGui/QVBoxLayout>
23#include <QtGui/QWidget>
24
25QT_BEGIN_NAMESPACE
26
27class Ui_DefaultProjectorWidget
28{
29public:
30    QHBoxLayout *hboxLayout;
31    QGroupBox *projectionGroup;
32    QHBoxLayout *hboxLayout1;
33    QVBoxLayout *vboxLayout;
34    QHBoxLayout *hboxLayout2;
35    QLabel *fovLabel;
36    QLineEdit *fovEdit;
37    QLabel *aspectLabel;
38    QLineEdit *aspectRatioEdit;
39    QHBoxLayout *hboxLayout3;
40    QLabel *nearLabel;
41    QLineEdit *nearEdit;
42    QLabel *farLabel;
43    QLineEdit *farEdit;
44    QHBoxLayout *hboxLayout4;
45    QLabel *offaxisLabel;
46    QLabel *offaxisXLabel;
47    QLineEdit *offaxisXEdit;
48    QLabel *offaxisYLabel;
49    QLineEdit *offaxisYEdit;
50
51    void setupUi(QWidget *DefaultProjectorWidget)
52    {
53        if (DefaultProjectorWidget->objectName().isEmpty())
54            DefaultProjectorWidget->setObjectName(QString::fromUtf8("DefaultProjectorWidget"));
55        DefaultProjectorWidget->resize(164, 141);
56        hboxLayout = new QHBoxLayout(DefaultProjectorWidget);
57#ifndef Q_OS_MAC
58        hboxLayout->setSpacing(6);
59#endif
60        hboxLayout->setContentsMargins(0, 0, 0, 0);
61        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
62        projectionGroup = new QGroupBox(DefaultProjectorWidget);
63        projectionGroup->setObjectName(QString::fromUtf8("projectionGroup"));
64        hboxLayout1 = new QHBoxLayout(projectionGroup);
65#ifndef Q_OS_MAC
66        hboxLayout1->setSpacing(6);
67#endif
68        hboxLayout1->setContentsMargins(0, 0, 0, 0);
69        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
70        vboxLayout = new QVBoxLayout();
71#ifndef Q_OS_MAC
72        vboxLayout->setSpacing(6);
73#endif
74        vboxLayout->setContentsMargins(4, 4, 4, 4);
75        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
76        hboxLayout2 = new QHBoxLayout();
77#ifndef Q_OS_MAC
78        hboxLayout2->setSpacing(6);
79#endif
80#ifndef Q_OS_MAC
81        hboxLayout2->setContentsMargins(0, 0, 0, 0);
82#endif
83        hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
84        fovLabel = new QLabel(projectionGroup);
85        fovLabel->setObjectName(QString::fromUtf8("fovLabel"));
86
87        hboxLayout2->addWidget(fovLabel);
88
89        fovEdit = new QLineEdit(projectionGroup);
90        fovEdit->setObjectName(QString::fromUtf8("fovEdit"));
91
92        hboxLayout2->addWidget(fovEdit);
93
94        aspectLabel = new QLabel(projectionGroup);
95        aspectLabel->setObjectName(QString::fromUtf8("aspectLabel"));
96
97        hboxLayout2->addWidget(aspectLabel);
98
99        aspectRatioEdit = new QLineEdit(projectionGroup);
100        aspectRatioEdit->setObjectName(QString::fromUtf8("aspectRatioEdit"));
101
102        hboxLayout2->addWidget(aspectRatioEdit);
103
104
105        vboxLayout->addLayout(hboxLayout2);
106
107        hboxLayout3 = new QHBoxLayout();
108#ifndef Q_OS_MAC
109        hboxLayout3->setSpacing(6);
110#endif
111        hboxLayout3->setContentsMargins(0, 0, 0, 0);
112        hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
113        nearLabel = new QLabel(projectionGroup);
114        nearLabel->setObjectName(QString::fromUtf8("nearLabel"));
115
116        hboxLayout3->addWidget(nearLabel);
117
118        nearEdit = new QLineEdit(projectionGroup);
119        nearEdit->setObjectName(QString::fromUtf8("nearEdit"));
120
121        hboxLayout3->addWidget(nearEdit);
122
123        farLabel = new QLabel(projectionGroup);
124        farLabel->setObjectName(QString::fromUtf8("farLabel"));
125
126        hboxLayout3->addWidget(farLabel);
127
128        farEdit = new QLineEdit(projectionGroup);
129        farEdit->setObjectName(QString::fromUtf8("farEdit"));
130
131        hboxLayout3->addWidget(farEdit);
132
133
134        vboxLayout->addLayout(hboxLayout3);
135
136        hboxLayout4 = new QHBoxLayout();
137#ifndef Q_OS_MAC
138        hboxLayout4->setSpacing(6);
139#endif
140        hboxLayout4->setContentsMargins(0, 0, 0, 0);
141        hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
142        offaxisLabel = new QLabel(projectionGroup);
143        offaxisLabel->setObjectName(QString::fromUtf8("offaxisLabel"));
144
145        hboxLayout4->addWidget(offaxisLabel);
146
147        offaxisXLabel = new QLabel(projectionGroup);
148        offaxisXLabel->setObjectName(QString::fromUtf8("offaxisXLabel"));
149
150        hboxLayout4->addWidget(offaxisXLabel);
151
152        offaxisXEdit = new QLineEdit(projectionGroup);
153        offaxisXEdit->setObjectName(QString::fromUtf8("offaxisXEdit"));
154
155        hboxLayout4->addWidget(offaxisXEdit);
156
157        offaxisYLabel = new QLabel(projectionGroup);
158        offaxisYLabel->setObjectName(QString::fromUtf8("offaxisYLabel"));
159
160        hboxLayout4->addWidget(offaxisYLabel);
161
162        offaxisYEdit = new QLineEdit(projectionGroup);
163        offaxisYEdit->setObjectName(QString::fromUtf8("offaxisYEdit"));
164
165        hboxLayout4->addWidget(offaxisYEdit);
166
167
168        vboxLayout->addLayout(hboxLayout4);
169
170
171        hboxLayout1->addLayout(vboxLayout);
172
173
174        hboxLayout->addWidget(projectionGroup);
175
176        QWidget::setTabOrder(fovEdit, aspectRatioEdit);
177        QWidget::setTabOrder(aspectRatioEdit, nearEdit);
178        QWidget::setTabOrder(nearEdit, farEdit);
179
180        retranslateUi(DefaultProjectorWidget);
181
182        QMetaObject::connectSlotsByName(DefaultProjectorWidget);
183    } // setupUi
184
185    void retranslateUi(QWidget *DefaultProjectorWidget)
186    {
187        DefaultProjectorWidget->setWindowTitle(QApplication::translate("DefaultProjectorWidget", "Projection Settings", 0, QApplication::UnicodeUTF8));
188        projectionGroup->setTitle(QApplication::translate("DefaultProjectorWidget", "Projection", 0, QApplication::UnicodeUTF8));
189        fovLabel->setText(QApplication::translate("DefaultProjectorWidget", "FOV", 0, QApplication::UnicodeUTF8));
190        aspectLabel->setText(QApplication::translate("DefaultProjectorWidget", "Aspect", 0, QApplication::UnicodeUTF8));
191        nearLabel->setText(QApplication::translate("DefaultProjectorWidget", "Near", 0, QApplication::UnicodeUTF8));
192        farLabel->setText(QApplication::translate("DefaultProjectorWidget", "Far", 0, QApplication::UnicodeUTF8));
193        offaxisLabel->setText(QApplication::translate("DefaultProjectorWidget", "Off-axis ", 0, QApplication::UnicodeUTF8));
194        offaxisXLabel->setText(QApplication::translate("DefaultProjectorWidget", "X", 0, QApplication::UnicodeUTF8));
195        offaxisYLabel->setText(QApplication::translate("DefaultProjectorWidget", "Y", 0, QApplication::UnicodeUTF8));
196    } // retranslateUi
197
198};
199
200namespace Ui {
201    class DefaultProjectorWidget: public Ui_DefaultProjectorWidget {};
202} // namespace Ui
203
204QT_END_NAMESPACE
205
206#endif // UI_DEFAULTPROJECTORWIDGET_H
Note: See TracBrowser for help on using the repository browser.