-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_ConnectionLost.h
88 lines (76 loc) · 3.49 KB
/
ui_ConnectionLost.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 'ConnectionLost.ui'
**
** Created: Fri May 2 09:59:14 2014
** by: Qt User Interface Compiler version 4.8.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_CONNECTIONLOST_H
#define UI_CONNECTIONLOST_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_ConnectionLostClass
{
public:
QWidget *m_TopLayer;
QPushButton *m_ButtonHelp;
QPushButton *m_ButtonRetry;
QPushButton *m_ButtonPowerOff;
QLabel *label;
QLabel *label_2;
void setupUi(QWidget *ConnectionLostClass)
{
if (ConnectionLostClass->objectName().isEmpty())
ConnectionLostClass->setObjectName(QString::fromUtf8("ConnectionLostClass"));
ConnectionLostClass->resize(700, 200);
ConnectionLostClass->setAutoFillBackground(true);
m_TopLayer = new QWidget(ConnectionLostClass);
m_TopLayer->setObjectName(QString::fromUtf8("m_TopLayer"));
m_TopLayer->setGeometry(QRect(5, 5, 690, 190));
m_TopLayer->setAutoFillBackground(true);
m_ButtonHelp = new QPushButton(m_TopLayer);
m_ButtonHelp->setObjectName(QString::fromUtf8("m_ButtonHelp"));
m_ButtonHelp->setGeometry(QRect(10, 150, 80, 26));
m_ButtonRetry = new QPushButton(m_TopLayer);
m_ButtonRetry->setObjectName(QString::fromUtf8("m_ButtonRetry"));
m_ButtonRetry->setGeometry(QRect(500, 150, 80, 26));
m_ButtonPowerOff = new QPushButton(m_TopLayer);
m_ButtonPowerOff->setObjectName(QString::fromUtf8("m_ButtonPowerOff"));
m_ButtonPowerOff->setGeometry(QRect(600, 150, 80, 26));
label = new QLabel(m_TopLayer);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(18, 30, 501, 51));
QFont font;
font.setPointSize(26);
font.setBold(true);
font.setWeight(75);
label->setFont(font);
label_2 = new QLabel(m_TopLayer);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(20, 80, 471, 20));
retranslateUi(ConnectionLostClass);
QMetaObject::connectSlotsByName(ConnectionLostClass);
} // setupUi
void retranslateUi(QWidget *ConnectionLostClass)
{
ConnectionLostClass->setWindowTitle(QApplication::translate("ConnectionLostClass", "Form", 0, QApplication::UnicodeUTF8));
m_ButtonHelp->setText(QApplication::translate("ConnectionLostClass", "Help", 0, QApplication::UnicodeUTF8));
m_ButtonRetry->setText(QApplication::translate("ConnectionLostClass", "Retry", 0, QApplication::UnicodeUTF8));
m_ButtonPowerOff->setText(QApplication::translate("ConnectionLostClass", "Exit", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("ConnectionLostClass", "Connection Lost", 0, QApplication::UnicodeUTF8));
label_2->setText(QApplication::translate("ConnectionLostClass", "One moment please, connection is recovered.........", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class ConnectionLostClass: public Ui_ConnectionLostClass {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CONNECTIONLOST_H