|
1 /******************************************************************************** |
|
2 ** Form generated from reading UI file 'posttestui.ui' |
|
3 ** |
|
4 ** Created: Tue Jun 22 13:45:31 2010 |
|
5 ** by: Qt User Interface Compiler version 4.6.3 |
|
6 ** |
|
7 ** WARNING! All changes made in this file will be lost when recompiling UI file! |
|
8 ********************************************************************************/ |
|
9 |
|
10 #ifndef UI_POSTTESTUI_H |
|
11 #define UI_POSTTESTUI_H |
|
12 |
|
13 #include <QtCore/QVariant> |
|
14 #include <QtGui/QAction> |
|
15 #include <QtGui/QApplication> |
|
16 #include <QtGui/QButtonGroup> |
|
17 #include <QtGui/QComboBox> |
|
18 #include <QtGui/QGridLayout> |
|
19 #include <QtGui/QHeaderView> |
|
20 #include <QtGui/QListWidget> |
|
21 #include <QtGui/QVBoxLayout> |
|
22 #include <QtGui/QWidget> |
|
23 |
|
24 QT_BEGIN_NAMESPACE |
|
25 |
|
26 class Ui_PostTestUiClass |
|
27 { |
|
28 public: |
|
29 QWidget *verticalLayoutWidget; |
|
30 QVBoxLayout *verticalLayout; |
|
31 QGridLayout *gridLayout; |
|
32 QComboBox *comboBox; |
|
33 QListWidget *listWidget; |
|
34 |
|
35 void setupUi(QWidget *PostTestUiClass) |
|
36 { |
|
37 if (PostTestUiClass->objectName().isEmpty()) |
|
38 PostTestUiClass->setObjectName(QString::fromUtf8("PostTestUiClass")); |
|
39 PostTestUiClass->resize(400, 300); |
|
40 verticalLayoutWidget = new QWidget(PostTestUiClass); |
|
41 verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget")); |
|
42 verticalLayoutWidget->setGeometry(QRect(10, 20, 371, 261)); |
|
43 verticalLayout = new QVBoxLayout(verticalLayoutWidget); |
|
44 verticalLayout->setSpacing(6); |
|
45 verticalLayout->setContentsMargins(11, 11, 11, 11); |
|
46 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); |
|
47 verticalLayout->setContentsMargins(0, 0, 0, 0); |
|
48 gridLayout = new QGridLayout(); |
|
49 gridLayout->setSpacing(6); |
|
50 gridLayout->setObjectName(QString::fromUtf8("gridLayout")); |
|
51 comboBox = new QComboBox(verticalLayoutWidget); |
|
52 comboBox->setObjectName(QString::fromUtf8("comboBox")); |
|
53 |
|
54 gridLayout->addWidget(comboBox, 1, 0, 1, 1); |
|
55 |
|
56 listWidget = new QListWidget(verticalLayoutWidget); |
|
57 listWidget->setObjectName(QString::fromUtf8("listWidget")); |
|
58 |
|
59 gridLayout->addWidget(listWidget, 2, 0, 1, 1); |
|
60 |
|
61 |
|
62 verticalLayout->addLayout(gridLayout); |
|
63 |
|
64 |
|
65 retranslateUi(PostTestUiClass); |
|
66 |
|
67 QMetaObject::connectSlotsByName(PostTestUiClass); |
|
68 } // setupUi |
|
69 |
|
70 void retranslateUi(QWidget *PostTestUiClass) |
|
71 { |
|
72 PostTestUiClass->setWindowTitle(QApplication::translate("PostTestUiClass", "PostTestUi", 0, QApplication::UnicodeUTF8)); |
|
73 comboBox->clear(); |
|
74 comboBox->insertItems(0, QStringList() |
|
75 << QApplication::translate("PostTestUiClass", "Retreive Post", 0, QApplication::UnicodeUTF8) |
|
76 << QApplication::translate("PostTestUiClass", "Post Scrap", 0, QApplication::UnicodeUTF8) |
|
77 << QApplication::translate("PostTestUiClass", "Post Scrap directed", 0, QApplication::UnicodeUTF8) |
|
78 ); |
|
79 } // retranslateUi |
|
80 |
|
81 }; |
|
82 |
|
83 namespace Ui { |
|
84 class PostTestUiClass: public Ui_PostTestUiClass {}; |
|
85 } // namespace Ui |
|
86 |
|
87 QT_END_NAMESPACE |
|
88 |
|
89 #endif // UI_POSTTESTUI_H |