|
1 /******************************************************************************** |
|
2 ** Form generated from reading UI file 'Widget.ui' |
|
3 ** |
|
4 ** Created: Fri Sep 4 10:17:15 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 WIDGET_H |
|
11 #define WIDGET_H |
|
12 |
|
13 #include <QtCore/QVariant> |
|
14 #include <QtGui/QAction> |
|
15 #include <QtGui/QApplication> |
|
16 #include <QtGui/QButtonGroup> |
|
17 #include <QtGui/QGroupBox> |
|
18 #include <QtGui/QHeaderView> |
|
19 #include <QtGui/QLabel> |
|
20 #include <QtGui/QPushButton> |
|
21 #include <QtGui/QVBoxLayout> |
|
22 #include <QtGui/QWidget> |
|
23 |
|
24 QT_BEGIN_NAMESPACE |
|
25 |
|
26 class Ui_Form |
|
27 { |
|
28 public: |
|
29 QVBoxLayout *vboxLayout; |
|
30 QLabel *Alabel; |
|
31 QGroupBox *groupBox; |
|
32 QPushButton *pushButton; |
|
33 |
|
34 void setupUi(QWidget *Form) |
|
35 { |
|
36 if (Form->objectName().isEmpty()) |
|
37 Form->setObjectName(QString::fromUtf8("Form")); |
|
38 Form->resize(400, 300); |
|
39 vboxLayout = new QVBoxLayout(Form); |
|
40 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
|
41 Alabel = new QLabel(Form); |
|
42 Alabel->setObjectName(QString::fromUtf8("Alabel")); |
|
43 |
|
44 vboxLayout->addWidget(Alabel); |
|
45 |
|
46 groupBox = new QGroupBox(Form); |
|
47 groupBox->setObjectName(QString::fromUtf8("groupBox")); |
|
48 |
|
49 vboxLayout->addWidget(groupBox); |
|
50 |
|
51 pushButton = new QPushButton(Form); |
|
52 pushButton->setObjectName(QString::fromUtf8("pushButton")); |
|
53 |
|
54 vboxLayout->addWidget(pushButton); |
|
55 |
|
56 |
|
57 retranslateUi(Form); |
|
58 |
|
59 QMetaObject::connectSlotsByName(Form); |
|
60 } // setupUi |
|
61 |
|
62 void retranslateUi(QWidget *Form) |
|
63 { |
|
64 Form->setWindowTitle(QApplication::translate("Form", "Form", 0, QApplication::UnicodeUTF8)); |
|
65 Alabel->setText(QApplication::translate("Form", "A label.\n" |
|
66 "One new line.\n" |
|
67 "Another new line.\n" |
|
68 "Last line.", 0, QApplication::UnicodeUTF8)); |
|
69 groupBox->setTitle(QApplication::translate("Form", "A Group Box", 0, QApplication::UnicodeUTF8)); |
|
70 pushButton->setText(QApplication::translate("Form", "PushButton", 0, QApplication::UnicodeUTF8)); |
|
71 } // retranslateUi |
|
72 |
|
73 }; |
|
74 |
|
75 namespace Ui { |
|
76 class Form: public Ui_Form {}; |
|
77 } // namespace Ui |
|
78 |
|
79 QT_END_NAMESPACE |
|
80 |
|
81 #endif // WIDGET_H |