0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'generalpage.ui'
|
|
3 |
**
|
|
4 |
** Created: Fri Sep 4 10:17:13 2009
|
|
5 |
** by: Qt User Interface Compiler version 4.6.0
|
|
6 |
**
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
8 |
********************************************************************************/
|
|
9 |
|
|
10 |
#ifndef GENERALPAGE_H
|
|
11 |
#define GENERALPAGE_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/QHeaderView>
|
|
19 |
#include <QtGui/QLabel>
|
|
20 |
#include <QtGui/QLineEdit>
|
|
21 |
#include <QtGui/QSpacerItem>
|
|
22 |
#include <QtGui/QWidget>
|
|
23 |
|
|
24 |
QT_BEGIN_NAMESPACE
|
|
25 |
|
|
26 |
class Ui_GeneralPage
|
|
27 |
{
|
|
28 |
public:
|
|
29 |
QGridLayout *gridLayout;
|
|
30 |
QLabel *label;
|
|
31 |
QLineEdit *namespaceLineEdit;
|
|
32 |
QLabel *label_2;
|
|
33 |
QLineEdit *folderLineEdit;
|
|
34 |
QSpacerItem *spacerItem;
|
|
35 |
QSpacerItem *spacerItem1;
|
|
36 |
|
|
37 |
void setupUi(QWidget *GeneralPage)
|
|
38 |
{
|
|
39 |
if (GeneralPage->objectName().isEmpty())
|
|
40 |
GeneralPage->setObjectName(QString::fromUtf8("GeneralPage"));
|
|
41 |
GeneralPage->resize(417, 243);
|
|
42 |
gridLayout = new QGridLayout(GeneralPage);
|
|
43 |
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
44 |
label = new QLabel(GeneralPage);
|
|
45 |
label->setObjectName(QString::fromUtf8("label"));
|
|
46 |
|
|
47 |
gridLayout->addWidget(label, 1, 0, 1, 1);
|
|
48 |
|
|
49 |
namespaceLineEdit = new QLineEdit(GeneralPage);
|
|
50 |
namespaceLineEdit->setObjectName(QString::fromUtf8("namespaceLineEdit"));
|
|
51 |
|
|
52 |
gridLayout->addWidget(namespaceLineEdit, 1, 1, 1, 1);
|
|
53 |
|
|
54 |
label_2 = new QLabel(GeneralPage);
|
|
55 |
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
56 |
|
|
57 |
gridLayout->addWidget(label_2, 2, 0, 1, 1);
|
|
58 |
|
|
59 |
folderLineEdit = new QLineEdit(GeneralPage);
|
|
60 |
folderLineEdit->setObjectName(QString::fromUtf8("folderLineEdit"));
|
|
61 |
|
|
62 |
gridLayout->addWidget(folderLineEdit, 2, 1, 1, 1);
|
|
63 |
|
|
64 |
spacerItem = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
|
|
65 |
|
|
66 |
gridLayout->addItem(spacerItem, 0, 1, 1, 1);
|
|
67 |
|
|
68 |
spacerItem1 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
69 |
|
|
70 |
gridLayout->addItem(spacerItem1, 3, 1, 1, 1);
|
|
71 |
|
|
72 |
|
|
73 |
retranslateUi(GeneralPage);
|
|
74 |
|
|
75 |
QMetaObject::connectSlotsByName(GeneralPage);
|
|
76 |
} // setupUi
|
|
77 |
|
|
78 |
void retranslateUi(QWidget *GeneralPage)
|
|
79 |
{
|
|
80 |
GeneralPage->setWindowTitle(QApplication::translate("GeneralPage", "Form", 0, QApplication::UnicodeUTF8));
|
|
81 |
label->setText(QApplication::translate("GeneralPage", "Namespace:", 0, QApplication::UnicodeUTF8));
|
|
82 |
label_2->setText(QApplication::translate("GeneralPage", "Virtual Folder:", 0, QApplication::UnicodeUTF8));
|
|
83 |
} // retranslateUi
|
|
84 |
|
|
85 |
};
|
|
86 |
|
|
87 |
namespace Ui {
|
|
88 |
class GeneralPage: public Ui_GeneralPage {};
|
|
89 |
} // namespace Ui
|
|
90 |
|
|
91 |
QT_END_NAMESPACE
|
|
92 |
|
|
93 |
#endif // GENERALPAGE_H
|