0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'mydialog.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 MYDIALOG_H
|
|
11 |
#define MYDIALOG_H
|
|
12 |
|
|
13 |
#include <Qt3Support/Q3MimeSourceFactory>
|
|
14 |
#include <QtCore/QVariant>
|
|
15 |
#include <QtGui/QAction>
|
|
16 |
#include <QtGui/QApplication>
|
|
17 |
#include <QtGui/QButtonGroup>
|
|
18 |
#include <QtGui/QDialog>
|
|
19 |
#include <QtGui/QHeaderView>
|
|
20 |
#include <QtGui/QLabel>
|
|
21 |
#include <QtGui/QPushButton>
|
|
22 |
#include <QtGui/QVBoxLayout>
|
|
23 |
|
|
24 |
QT_BEGIN_NAMESPACE
|
|
25 |
|
|
26 |
class Ui_MyDialog
|
|
27 |
{
|
|
28 |
public:
|
|
29 |
QVBoxLayout *vboxLayout;
|
|
30 |
QLabel *aLabel;
|
|
31 |
QPushButton *aButton;
|
|
32 |
|
|
33 |
void setupUi(QDialog *MyDialog)
|
|
34 |
{
|
|
35 |
if (MyDialog->objectName().isEmpty())
|
|
36 |
MyDialog->setObjectName(QString::fromUtf8("MyDialog"));
|
|
37 |
MyDialog->resize(401, 70);
|
|
38 |
vboxLayout = new QVBoxLayout(MyDialog);
|
|
39 |
#ifndef Q_OS_MAC
|
|
40 |
vboxLayout->setSpacing(6);
|
|
41 |
#endif
|
|
42 |
#ifndef Q_OS_MAC
|
|
43 |
vboxLayout->setContentsMargins(9, 9, 9, 9);
|
|
44 |
#endif
|
|
45 |
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
|
|
46 |
aLabel = new QLabel(MyDialog);
|
|
47 |
aLabel->setObjectName(QString::fromUtf8("aLabel"));
|
|
48 |
|
|
49 |
vboxLayout->addWidget(aLabel);
|
|
50 |
|
|
51 |
aButton = new QPushButton(MyDialog);
|
|
52 |
aButton->setObjectName(QString::fromUtf8("aButton"));
|
|
53 |
|
|
54 |
vboxLayout->addWidget(aButton);
|
|
55 |
|
|
56 |
|
|
57 |
retranslateUi(MyDialog);
|
|
58 |
|
|
59 |
QMetaObject::connectSlotsByName(MyDialog);
|
|
60 |
} // setupUi
|
|
61 |
|
|
62 |
void retranslateUi(QDialog *MyDialog)
|
|
63 |
{
|
|
64 |
MyDialog->setWindowTitle(QApplication::translate("MyDialog", "Mach 2!", 0, QApplication::UnicodeUTF8));
|
|
65 |
aLabel->setText(QApplication::translate("MyDialog", "Join the life in the fastlane; - PCH enable your project today! -", 0, QApplication::UnicodeUTF8));
|
|
66 |
aButton->setText(QApplication::translate("MyDialog", "&Quit", 0, QApplication::UnicodeUTF8));
|
|
67 |
aButton->setShortcut(QApplication::translate("MyDialog", "Alt+Q", 0, QApplication::UnicodeUTF8));
|
|
68 |
} // retranslateUi
|
|
69 |
|
|
70 |
};
|
|
71 |
|
|
72 |
namespace Ui {
|
|
73 |
class MyDialog: public Ui_MyDialog {};
|
|
74 |
} // namespace Ui
|
|
75 |
|
|
76 |
QT_END_NAMESPACE
|
|
77 |
|
|
78 |
#endif // MYDIALOG_H
|