|
1 /******************************************************************************** |
|
2 ** Form generated from reading UI file 'outputpage.ui' |
|
3 ** |
|
4 ** Created: Fri Sep 4 10:17:14 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 OUTPUTPAGE_H |
|
11 #define OUTPUTPAGE_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_OutputPage |
|
27 { |
|
28 public: |
|
29 QGridLayout *gridLayout; |
|
30 QSpacerItem *spacerItem; |
|
31 QLabel *label; |
|
32 QLineEdit *projectLineEdit; |
|
33 QLabel *label_2; |
|
34 QLineEdit *collectionLineEdit; |
|
35 QSpacerItem *spacerItem1; |
|
36 |
|
37 void setupUi(QWidget *OutputPage) |
|
38 { |
|
39 if (OutputPage->objectName().isEmpty()) |
|
40 OutputPage->setObjectName(QString::fromUtf8("OutputPage")); |
|
41 OutputPage->resize(417, 242); |
|
42 gridLayout = new QGridLayout(OutputPage); |
|
43 gridLayout->setObjectName(QString::fromUtf8("gridLayout")); |
|
44 spacerItem = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed); |
|
45 |
|
46 gridLayout->addItem(spacerItem, 0, 1, 1, 1); |
|
47 |
|
48 label = new QLabel(OutputPage); |
|
49 label->setObjectName(QString::fromUtf8("label")); |
|
50 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); |
|
51 sizePolicy.setHorizontalStretch(0); |
|
52 sizePolicy.setVerticalStretch(0); |
|
53 sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth()); |
|
54 label->setSizePolicy(sizePolicy); |
|
55 |
|
56 gridLayout->addWidget(label, 1, 0, 1, 1); |
|
57 |
|
58 projectLineEdit = new QLineEdit(OutputPage); |
|
59 projectLineEdit->setObjectName(QString::fromUtf8("projectLineEdit")); |
|
60 QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Fixed); |
|
61 sizePolicy1.setHorizontalStretch(0); |
|
62 sizePolicy1.setVerticalStretch(0); |
|
63 sizePolicy1.setHeightForWidth(projectLineEdit->sizePolicy().hasHeightForWidth()); |
|
64 projectLineEdit->setSizePolicy(sizePolicy1); |
|
65 |
|
66 gridLayout->addWidget(projectLineEdit, 1, 1, 1, 1); |
|
67 |
|
68 label_2 = new QLabel(OutputPage); |
|
69 label_2->setObjectName(QString::fromUtf8("label_2")); |
|
70 sizePolicy.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth()); |
|
71 label_2->setSizePolicy(sizePolicy); |
|
72 |
|
73 gridLayout->addWidget(label_2, 2, 0, 1, 1); |
|
74 |
|
75 collectionLineEdit = new QLineEdit(OutputPage); |
|
76 collectionLineEdit->setObjectName(QString::fromUtf8("collectionLineEdit")); |
|
77 sizePolicy1.setHeightForWidth(collectionLineEdit->sizePolicy().hasHeightForWidth()); |
|
78 collectionLineEdit->setSizePolicy(sizePolicy1); |
|
79 |
|
80 gridLayout->addWidget(collectionLineEdit, 2, 1, 1, 1); |
|
81 |
|
82 spacerItem1 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding); |
|
83 |
|
84 gridLayout->addItem(spacerItem1, 3, 1, 1, 1); |
|
85 |
|
86 |
|
87 retranslateUi(OutputPage); |
|
88 |
|
89 QMetaObject::connectSlotsByName(OutputPage); |
|
90 } // setupUi |
|
91 |
|
92 void retranslateUi(QWidget *OutputPage) |
|
93 { |
|
94 OutputPage->setWindowTitle(QApplication::translate("OutputPage", "Form", 0, QApplication::UnicodeUTF8)); |
|
95 label->setText(QApplication::translate("OutputPage", "Project file name:", 0, QApplication::UnicodeUTF8)); |
|
96 label_2->setText(QApplication::translate("OutputPage", "Collection file name:", 0, QApplication::UnicodeUTF8)); |
|
97 } // retranslateUi |
|
98 |
|
99 }; |
|
100 |
|
101 namespace Ui { |
|
102 class OutputPage: public Ui_OutputPage {}; |
|
103 } // namespace Ui |
|
104 |
|
105 QT_END_NAMESPACE |
|
106 |
|
107 #endif // OUTPUTPAGE_H |