-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_send.h
72 lines (60 loc) · 2.15 KB
/
ui_send.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
/********************************************************************************
** Form generated from reading UI file 'send.ui'
**
** Created: Fri Jun 3 19:34:00 2016
** 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_SEND_H
#define UI_SEND_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QTextEdit>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Send
{
public:
QTextEdit *textEdit;
QPushButton *send;
QLabel *label;
QPushButton *diagnose;
void setupUi(QWidget *Send)
{
if (Send->objectName().isEmpty())
Send->setObjectName(QString::fromUtf8("Send"));
Send->resize(470, 262);
textEdit = new QTextEdit(Send);
textEdit->setObjectName(QString::fromUtf8("textEdit"));
textEdit->setGeometry(QRect(30, 30, 411, 151));
send = new QPushButton(Send);
send->setObjectName(QString::fromUtf8("send"));
send->setGeometry(QRect(310, 210, 99, 27));
label = new QLabel(Send);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(30, 10, 131, 17));
diagnose = new QPushButton(Send);
diagnose->setObjectName(QString::fromUtf8("diagnose"));
diagnose->setGeometry(QRect(70, 210, 99, 27));
retranslateUi(Send);
QMetaObject::connectSlotsByName(Send);
} // setupUi
void retranslateUi(QWidget *Send)
{
Send->setWindowTitle(QApplication::translate("Send", "Form", 0, QApplication::UnicodeUTF8));
send->setText(QApplication::translate("Send", "Send", 0, QApplication::UnicodeUTF8));
label->setText(QString());
diagnose->setText(QApplication::translate("Send", "Diagnose", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class Send: public Ui_Send {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_SEND_H