-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_about.h
101 lines (77 loc) · 3.05 KB
/
ui_about.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
/********************************************************************************
** Form generated from reading UI file 'about.ui'
**
** Created: Sun Oct 31 16:47:28 2010
** by: Qt User Interface Compiler version 4.6.3
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_ABOUT_H
#define UI_ABOUT_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QTextBrowser>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Form
{
public:
QVBoxLayout *verticalLayout_2;
QVBoxLayout *verticalLayout;
QTextBrowser *textBrowser;
QHBoxLayout *horizontalLayout;
QLabel *label;
QSpacerItem *horizontalSpacer;
QPushButton *pushButton;
void setupUi(QWidget *Form)
{
if (Form->objectName().isEmpty())
Form->setObjectName(QString::fromUtf8("Form"));
Form->resize(530, 391);
Form->setAcceptDrops(false);
QIcon icon;
icon.addFile(QString::fromUtf8(":/qrc/hled.png"), QSize(), QIcon::Normal, QIcon::Off);
Form->setWindowIcon(icon);
verticalLayout_2 = new QVBoxLayout(Form);
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
verticalLayout = new QVBoxLayout();
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
textBrowser = new QTextBrowser(Form);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
textBrowser->setAutoFillBackground(false);
verticalLayout->addWidget(textBrowser);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
label = new QLabel(Form);
label->setObjectName(QString::fromUtf8("label"));
horizontalLayout->addWidget(label);
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout->addItem(horizontalSpacer);
pushButton = new QPushButton(Form);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
horizontalLayout->addWidget(pushButton);
verticalLayout->addLayout(horizontalLayout);
verticalLayout_2->addLayout(verticalLayout);
retranslateUi(Form);
QMetaObject::connectSlotsByName(Form);
} // setupUi
void retranslateUi(QWidget *Form)
{
Form->setWindowTitle(QApplication::translate("Form", "About HLED", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("Form", "TextLabel", 0, QApplication::UnicodeUTF8));
pushButton->setText(QApplication::translate("Form", "OK", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class Form: public Ui_Form {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ABOUT_H