-
Notifications
You must be signed in to change notification settings - Fork 208
/
ui_about.h
88 lines (76 loc) · 3.21 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
/********************************************************************************
** Form generated from reading UI file 'about.ui'
**
** Created: Tue 27. Mar 18:14:43 2012
** by: Qt User Interface Compiler version 4.8.0
**
** 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/QDialog>
#include <QtGui/QDialogButtonBox>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
QT_BEGIN_NAMESPACE
class Ui_About
{
public:
QDialogButtonBox *buttonBox;
QLabel *iconLabel;
QLabel *warrantyLabel;
QLabel *label;
QLabel *label_2;
void setupUi(QDialog *About)
{
if (About->objectName().isEmpty())
About->setObjectName(QString::fromUtf8("About"));
About->resize(414, 214);
buttonBox = new QDialogButtonBox(About);
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
buttonBox->setGeometry(QRect(40, 170, 341, 32));
buttonBox->setOrientation(Qt::Horizontal);
buttonBox->setStandardButtons(QDialogButtonBox::Ok);
iconLabel = new QLabel(About);
iconLabel->setObjectName(QString::fromUtf8("iconLabel"));
iconLabel->setGeometry(QRect(10, 20, 151, 61));
iconLabel->setTextFormat(Qt::PlainText);
iconLabel->setPixmap(QPixmap(QString::fromUtf8(":/img/logotiny.gif")));
warrantyLabel = new QLabel(About);
warrantyLabel->setObjectName(QString::fromUtf8("warrantyLabel"));
warrantyLabel->setGeometry(QRect(180, 70, 201, 91));
warrantyLabel->setWordWrap(true);
label = new QLabel(About);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(180, 40, 211, 31));
QFont font;
font.setPointSize(12);
font.setBold(true);
font.setWeight(75);
label->setFont(font);
label_2 = new QLabel(About);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(330, 10, 71, 16));
retranslateUi(About);
QObject::connect(buttonBox, SIGNAL(accepted()), About, SLOT(accept()));
QObject::connect(buttonBox, SIGNAL(rejected()), About, SLOT(reject()));
QMetaObject::connectSlotsByName(About);
} // setupUi
void retranslateUi(QDialog *About)
{
About->setWindowTitle(QApplication::translate("About", "About...", 0, QApplication::UnicodeUTF8));
iconLabel->setText(QString());
warrantyLabel->setText(QApplication::translate("About", "The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("About", "Grbl Controller 2.0", 0, QApplication::UnicodeUTF8));
label_2->setText(QApplication::translate("About", "Build 270312", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class About: public Ui_About {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ABOUT_H