-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_about_dialog.h
63 lines (51 loc) · 1.94 KB
/
ui_about_dialog.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/********************************************************************************
** Form generated from reading ui file 'about_dialog.ui'
**
** Created: Fri May 22 10:50:28 2009
** by: Qt User Interface Compiler version 4.4.3
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/
#ifndef UI_ABOUT_DIALOG_H
#define UI_ABOUT_DIALOG_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
QT_BEGIN_NAMESPACE
class Ui_AboutDialog
{
public:
QPushButton *pushButton;
QLabel *label;
void setupUi(QDialog *AboutDialog)
{
if (AboutDialog->objectName().isEmpty())
AboutDialog->setObjectName(QString::fromUtf8("AboutDialog"));
AboutDialog->resize(400, 300);
pushButton = new QPushButton(AboutDialog);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(160, 210, 80, 26));
label = new QLabel(AboutDialog);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(60, 30, 91, 21));
retranslateUi(AboutDialog);
QObject::connect(pushButton, SIGNAL(clicked(bool)), AboutDialog, SLOT(close()));
QMetaObject::connectSlotsByName(AboutDialog);
} // setupUi
void retranslateUi(QDialog *AboutDialog)
{
AboutDialog->setWindowTitle(QApplication::translate("AboutDialog", "About", 0, QApplication::UnicodeUTF8));
pushButton->setText(QApplication::translate("AboutDialog", "OK", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("AboutDialog", "About QTLiqrf:", 0, QApplication::UnicodeUTF8));
Q_UNUSED(AboutDialog);
} // retranslateUi
};
namespace Ui {
class AboutDialog: public Ui_AboutDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ABOUT_DIALOG_H