|
1 /******************************************************************************** |
|
2 ** Form generated from reading UI file 'identifierpage.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 IDENTIFIERPAGE_H |
|
11 #define IDENTIFIERPAGE_H |
|
12 |
|
13 #include <QtCore/QVariant> |
|
14 #include <QtGui/QAction> |
|
15 #include <QtGui/QApplication> |
|
16 #include <QtGui/QButtonGroup> |
|
17 #include <QtGui/QCheckBox> |
|
18 #include <QtGui/QGridLayout> |
|
19 #include <QtGui/QHeaderView> |
|
20 #include <QtGui/QLineEdit> |
|
21 #include <QtGui/QRadioButton> |
|
22 #include <QtGui/QSpacerItem> |
|
23 #include <QtGui/QWidget> |
|
24 |
|
25 QT_BEGIN_NAMESPACE |
|
26 |
|
27 class Ui_IdentifierPage |
|
28 { |
|
29 public: |
|
30 QGridLayout *gridLayout; |
|
31 QSpacerItem *spacerItem; |
|
32 QCheckBox *identifierCheckBox; |
|
33 QSpacerItem *spacerItem1; |
|
34 QSpacerItem *spacerItem2; |
|
35 QRadioButton *globalButton; |
|
36 QLineEdit *prefixLineEdit; |
|
37 QRadioButton *fileNameButton; |
|
38 QSpacerItem *spacerItem3; |
|
39 |
|
40 void setupUi(QWidget *IdentifierPage) |
|
41 { |
|
42 if (IdentifierPage->objectName().isEmpty()) |
|
43 IdentifierPage->setObjectName(QString::fromUtf8("IdentifierPage")); |
|
44 IdentifierPage->resize(417, 242); |
|
45 gridLayout = new QGridLayout(IdentifierPage); |
|
46 gridLayout->setObjectName(QString::fromUtf8("gridLayout")); |
|
47 spacerItem = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed); |
|
48 |
|
49 gridLayout->addItem(spacerItem, 0, 1, 1, 1); |
|
50 |
|
51 identifierCheckBox = new QCheckBox(IdentifierPage); |
|
52 identifierCheckBox->setObjectName(QString::fromUtf8("identifierCheckBox")); |
|
53 |
|
54 gridLayout->addWidget(identifierCheckBox, 1, 0, 1, 3); |
|
55 |
|
56 spacerItem1 = new QSpacerItem(161, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
|
57 |
|
58 gridLayout->addItem(spacerItem1, 1, 3, 1, 1); |
|
59 |
|
60 spacerItem2 = new QSpacerItem(30, 20, QSizePolicy::Fixed, QSizePolicy::Minimum); |
|
61 |
|
62 gridLayout->addItem(spacerItem2, 2, 0, 1, 1); |
|
63 |
|
64 globalButton = new QRadioButton(IdentifierPage); |
|
65 globalButton->setObjectName(QString::fromUtf8("globalButton")); |
|
66 globalButton->setEnabled(false); |
|
67 globalButton->setChecked(true); |
|
68 |
|
69 gridLayout->addWidget(globalButton, 2, 1, 1, 1); |
|
70 |
|
71 prefixLineEdit = new QLineEdit(IdentifierPage); |
|
72 prefixLineEdit->setObjectName(QString::fromUtf8("prefixLineEdit")); |
|
73 prefixLineEdit->setEnabled(false); |
|
74 |
|
75 gridLayout->addWidget(prefixLineEdit, 2, 2, 1, 1); |
|
76 |
|
77 fileNameButton = new QRadioButton(IdentifierPage); |
|
78 fileNameButton->setObjectName(QString::fromUtf8("fileNameButton")); |
|
79 fileNameButton->setEnabled(false); |
|
80 |
|
81 gridLayout->addWidget(fileNameButton, 3, 1, 1, 2); |
|
82 |
|
83 spacerItem3 = new QSpacerItem(20, 31, QSizePolicy::Minimum, QSizePolicy::Expanding); |
|
84 |
|
85 gridLayout->addItem(spacerItem3, 4, 1, 1, 1); |
|
86 |
|
87 |
|
88 retranslateUi(IdentifierPage); |
|
89 QObject::connect(globalButton, SIGNAL(toggled(bool)), prefixLineEdit, SLOT(setEnabled(bool))); |
|
90 |
|
91 QMetaObject::connectSlotsByName(IdentifierPage); |
|
92 } // setupUi |
|
93 |
|
94 void retranslateUi(QWidget *IdentifierPage) |
|
95 { |
|
96 IdentifierPage->setWindowTitle(QApplication::translate("IdentifierPage", "Form", 0, QApplication::UnicodeUTF8)); |
|
97 identifierCheckBox->setText(QApplication::translate("IdentifierPage", "Create identifiers", 0, QApplication::UnicodeUTF8)); |
|
98 globalButton->setText(QApplication::translate("IdentifierPage", "Global prefix:", 0, QApplication::UnicodeUTF8)); |
|
99 fileNameButton->setText(QApplication::translate("IdentifierPage", "Inherit prefix from file names", 0, QApplication::UnicodeUTF8)); |
|
100 } // retranslateUi |
|
101 |
|
102 }; |
|
103 |
|
104 namespace Ui { |
|
105 class IdentifierPage: public Ui_IdentifierPage {}; |
|
106 } // namespace Ui |
|
107 |
|
108 QT_END_NAMESPACE |
|
109 |
|
110 #endif // IDENTIFIERPAGE_H |