-
Notifications
You must be signed in to change notification settings - Fork 2
/
ui_client.h
56 lines (44 loc) · 1.41 KB
/
ui_client.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
/********************************************************************************
** Form generated from reading UI file 'client.ui'
**
** Created: Wed May 6 04:51:55 2015
** by: Qt User Interface Compiler version 4.7.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_CLIENT_H
#define UI_CLIENT_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Client
{
public:
QLabel *label;
void setupUi(QWidget *Client)
{
if (Client->objectName().isEmpty())
Client->setObjectName(QString::fromUtf8("Client"));
Client->resize(480, 272);
label = new QLabel(Client);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(80, 20, 320, 210));
retranslateUi(Client);
QMetaObject::connectSlotsByName(Client);
} // setupUi
void retranslateUi(QWidget *Client)
{
Client->setWindowTitle(QApplication::translate("Client", "Form", 0, QApplication::UnicodeUTF8));
label->setText(QString());
} // retranslateUi
};
namespace Ui {
class Client: public Ui_Client {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CLIENT_H