source: projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesignerplugins/defaultplugin/ui_defaultcubemapscenewidget.h

Last change on this file was 45, checked in by Torben Dannhauer, 14 years ago
File size: 10.1 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'defaultcubemapscenewidget.ui'
3**
4** Created: Wed 19. May 09:31:37 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_DEFAULTCUBEMAPSCENEWIDGET_H
11#define UI_DEFAULTCUBEMAPSCENEWIDGET_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/QHeaderView>
20#include <QtGui/QLabel>
21#include <QtGui/QLineEdit>
22#include <QtGui/QPushButton>
23#include <QtGui/QSpacerItem>
24#include <QtGui/QWidget>
25
26QT_BEGIN_NAMESPACE
27
28class Ui_DefaultCubemapSceneWidget
29{
30public:
31    QGridLayout *gridLayout;
32    QGroupBox *projectionGroup;
33    QGridLayout *gridLayout1;
34    QGridLayout *gridLayout2;
35    QLineEdit *topFileNameEdit;
36    QLineEdit *frontFileNameEdit;
37    QPushButton *backBrowseButton;
38    QLineEdit *backFileNameEdit;
39    QLabel *bottomLabel;
40    QPushButton *frontBrowseButton;
41    QLabel *leftLabel;
42    QPushButton *topBrowseButton;
43    QLineEdit *bottomFileNameEdit;
44    QLabel *topLabel;
45    QPushButton *rightBrowseButton;
46    QPushButton *bottomBrowseButton;
47    QLabel *rightLabel;
48    QPushButton *leftBrowseButton;
49    QLabel *frontLabel;
50    QLineEdit *rightFileNameEdit;
51    QLineEdit *leftFileNameEdit;
52    QLabel *backLabel;
53    QSpacerItem *spacerItem;
54
55    void setupUi(QWidget *DefaultCubemapSceneWidget)
56    {
57        if (DefaultCubemapSceneWidget->objectName().isEmpty())
58            DefaultCubemapSceneWidget->setObjectName(QString::fromUtf8("DefaultCubemapSceneWidget"));
59        DefaultCubemapSceneWidget->resize(141, 279);
60        gridLayout = new QGridLayout(DefaultCubemapSceneWidget);
61#ifndef Q_OS_MAC
62        gridLayout->setSpacing(6);
63#endif
64        gridLayout->setContentsMargins(0, 0, 0, 0);
65        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
66        projectionGroup = new QGroupBox(DefaultCubemapSceneWidget);
67        projectionGroup->setObjectName(QString::fromUtf8("projectionGroup"));
68        gridLayout1 = new QGridLayout(projectionGroup);
69#ifndef Q_OS_MAC
70        gridLayout1->setSpacing(6);
71#endif
72#ifndef Q_OS_MAC
73        gridLayout1->setContentsMargins(9, 9, 9, 9);
74#endif
75        gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
76        gridLayout2 = new QGridLayout();
77#ifndef Q_OS_MAC
78        gridLayout2->setSpacing(6);
79#endif
80#ifndef Q_OS_MAC
81        gridLayout2->setContentsMargins(0, 0, 0, 0);
82#endif
83        gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
84        topFileNameEdit = new QLineEdit(projectionGroup);
85        topFileNameEdit->setObjectName(QString::fromUtf8("topFileNameEdit"));
86
87        gridLayout2->addWidget(topFileNameEdit, 4, 1, 1, 1);
88
89        frontFileNameEdit = new QLineEdit(projectionGroup);
90        frontFileNameEdit->setObjectName(QString::fromUtf8("frontFileNameEdit"));
91
92        gridLayout2->addWidget(frontFileNameEdit, 0, 1, 1, 1);
93
94        backBrowseButton = new QPushButton(projectionGroup);
95        backBrowseButton->setObjectName(QString::fromUtf8("backBrowseButton"));
96        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
97        sizePolicy.setHorizontalStretch(0);
98        sizePolicy.setVerticalStretch(0);
99        sizePolicy.setHeightForWidth(backBrowseButton->sizePolicy().hasHeightForWidth());
100        backBrowseButton->setSizePolicy(sizePolicy);
101        backBrowseButton->setMaximumSize(QSize(23, 16777215));
102
103        gridLayout2->addWidget(backBrowseButton, 1, 2, 1, 1);
104
105        backFileNameEdit = new QLineEdit(projectionGroup);
106        backFileNameEdit->setObjectName(QString::fromUtf8("backFileNameEdit"));
107
108        gridLayout2->addWidget(backFileNameEdit, 1, 1, 1, 1);
109
110        bottomLabel = new QLabel(projectionGroup);
111        bottomLabel->setObjectName(QString::fromUtf8("bottomLabel"));
112
113        gridLayout2->addWidget(bottomLabel, 5, 0, 1, 1);
114
115        frontBrowseButton = new QPushButton(projectionGroup);
116        frontBrowseButton->setObjectName(QString::fromUtf8("frontBrowseButton"));
117        sizePolicy.setHeightForWidth(frontBrowseButton->sizePolicy().hasHeightForWidth());
118        frontBrowseButton->setSizePolicy(sizePolicy);
119        frontBrowseButton->setMaximumSize(QSize(23, 16777215));
120
121        gridLayout2->addWidget(frontBrowseButton, 0, 2, 1, 1);
122
123        leftLabel = new QLabel(projectionGroup);
124        leftLabel->setObjectName(QString::fromUtf8("leftLabel"));
125
126        gridLayout2->addWidget(leftLabel, 2, 0, 1, 1);
127
128        topBrowseButton = new QPushButton(projectionGroup);
129        topBrowseButton->setObjectName(QString::fromUtf8("topBrowseButton"));
130        sizePolicy.setHeightForWidth(topBrowseButton->sizePolicy().hasHeightForWidth());
131        topBrowseButton->setSizePolicy(sizePolicy);
132        topBrowseButton->setMaximumSize(QSize(23, 16777215));
133
134        gridLayout2->addWidget(topBrowseButton, 4, 2, 1, 1);
135
136        bottomFileNameEdit = new QLineEdit(projectionGroup);
137        bottomFileNameEdit->setObjectName(QString::fromUtf8("bottomFileNameEdit"));
138
139        gridLayout2->addWidget(bottomFileNameEdit, 5, 1, 1, 1);
140
141        topLabel = new QLabel(projectionGroup);
142        topLabel->setObjectName(QString::fromUtf8("topLabel"));
143
144        gridLayout2->addWidget(topLabel, 4, 0, 1, 1);
145
146        rightBrowseButton = new QPushButton(projectionGroup);
147        rightBrowseButton->setObjectName(QString::fromUtf8("rightBrowseButton"));
148        sizePolicy.setHeightForWidth(rightBrowseButton->sizePolicy().hasHeightForWidth());
149        rightBrowseButton->setSizePolicy(sizePolicy);
150        rightBrowseButton->setMaximumSize(QSize(23, 16777215));
151
152        gridLayout2->addWidget(rightBrowseButton, 3, 2, 1, 1);
153
154        bottomBrowseButton = new QPushButton(projectionGroup);
155        bottomBrowseButton->setObjectName(QString::fromUtf8("bottomBrowseButton"));
156        sizePolicy.setHeightForWidth(bottomBrowseButton->sizePolicy().hasHeightForWidth());
157        bottomBrowseButton->setSizePolicy(sizePolicy);
158        bottomBrowseButton->setMaximumSize(QSize(23, 16777215));
159
160        gridLayout2->addWidget(bottomBrowseButton, 5, 2, 1, 1);
161
162        rightLabel = new QLabel(projectionGroup);
163        rightLabel->setObjectName(QString::fromUtf8("rightLabel"));
164
165        gridLayout2->addWidget(rightLabel, 3, 0, 1, 1);
166
167        leftBrowseButton = new QPushButton(projectionGroup);
168        leftBrowseButton->setObjectName(QString::fromUtf8("leftBrowseButton"));
169        sizePolicy.setHeightForWidth(leftBrowseButton->sizePolicy().hasHeightForWidth());
170        leftBrowseButton->setSizePolicy(sizePolicy);
171        leftBrowseButton->setMaximumSize(QSize(23, 16777215));
172
173        gridLayout2->addWidget(leftBrowseButton, 2, 2, 1, 1);
174
175        frontLabel = new QLabel(projectionGroup);
176        frontLabel->setObjectName(QString::fromUtf8("frontLabel"));
177
178        gridLayout2->addWidget(frontLabel, 0, 0, 1, 1);
179
180        rightFileNameEdit = new QLineEdit(projectionGroup);
181        rightFileNameEdit->setObjectName(QString::fromUtf8("rightFileNameEdit"));
182
183        gridLayout2->addWidget(rightFileNameEdit, 3, 1, 1, 1);
184
185        leftFileNameEdit = new QLineEdit(projectionGroup);
186        leftFileNameEdit->setObjectName(QString::fromUtf8("leftFileNameEdit"));
187
188        gridLayout2->addWidget(leftFileNameEdit, 2, 1, 1, 1);
189
190        backLabel = new QLabel(projectionGroup);
191        backLabel->setObjectName(QString::fromUtf8("backLabel"));
192
193        gridLayout2->addWidget(backLabel, 1, 0, 1, 1);
194
195        spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
196
197        gridLayout2->addItem(spacerItem, 6, 1, 1, 1);
198
199
200        gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
201
202
203        gridLayout->addWidget(projectionGroup, 0, 0, 1, 1);
204
205
206        retranslateUi(DefaultCubemapSceneWidget);
207
208        QMetaObject::connectSlotsByName(DefaultCubemapSceneWidget);
209    } // setupUi
210
211    void retranslateUi(QWidget *DefaultCubemapSceneWidget)
212    {
213        DefaultCubemapSceneWidget->setWindowTitle(QApplication::translate("DefaultCubemapSceneWidget", "Projection Settings", 0, QApplication::UnicodeUTF8));
214        projectionGroup->setTitle(QApplication::translate("DefaultCubemapSceneWidget", "Cubemap Properties", 0, QApplication::UnicodeUTF8));
215        backBrowseButton->setText(QApplication::translate("DefaultCubemapSceneWidget", "...", 0, QApplication::UnicodeUTF8));
216        bottomLabel->setText(QApplication::translate("DefaultCubemapSceneWidget", "Bottom", 0, QApplication::UnicodeUTF8));
217        frontBrowseButton->setText(QApplication::translate("DefaultCubemapSceneWidget", "...", 0, QApplication::UnicodeUTF8));
218        leftLabel->setText(QApplication::translate("DefaultCubemapSceneWidget", "Left", 0, QApplication::UnicodeUTF8));
219        topBrowseButton->setText(QApplication::translate("DefaultCubemapSceneWidget", "...", 0, QApplication::UnicodeUTF8));
220        topLabel->setText(QApplication::translate("DefaultCubemapSceneWidget", "Top", 0, QApplication::UnicodeUTF8));
221        rightBrowseButton->setText(QApplication::translate("DefaultCubemapSceneWidget", "...", 0, QApplication::UnicodeUTF8));
222        bottomBrowseButton->setText(QApplication::translate("DefaultCubemapSceneWidget", "...", 0, QApplication::UnicodeUTF8));
223        rightLabel->setText(QApplication::translate("DefaultCubemapSceneWidget", "Right", 0, QApplication::UnicodeUTF8));
224        leftBrowseButton->setText(QApplication::translate("DefaultCubemapSceneWidget", "...", 0, QApplication::UnicodeUTF8));
225        frontLabel->setText(QApplication::translate("DefaultCubemapSceneWidget", "Front", 0, QApplication::UnicodeUTF8));
226        backLabel->setText(QApplication::translate("DefaultCubemapSceneWidget", "Back", 0, QApplication::UnicodeUTF8));
227    } // retranslateUi
228
229};
230
231namespace Ui {
232    class DefaultCubemapSceneWidget: public Ui_DefaultCubemapSceneWidget {};
233} // namespace Ui
234
235QT_END_NAMESPACE
236
237#endif // UI_DEFAULTCUBEMAPSCENEWIDGET_H
Note: See TracBrowser for help on using the repository browser.