-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_errortip.h
59 lines (47 loc) · 1.89 KB
/
ui_errortip.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
/********************************************************************************
** Form generated from reading UI file 'errortip.ui'
**
** Created by: Qt User Interface Compiler version 5.13.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_ERRORTIP_H
#define UI_ERRORTIP_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
QT_BEGIN_NAMESPACE
class Ui_errorTip
{
public:
QLabel *label;
QPushButton *pushButton;
void setupUi(QDialog *errorTip)
{
if (errorTip->objectName().isEmpty())
errorTip->setObjectName(QString::fromUtf8("errorTip"));
errorTip->resize(325, 240);
label = new QLabel(errorTip);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(40, 70, 251, 51));
label->setStyleSheet(QString::fromUtf8("font: 16pt \"Adobe Arabic\";"));
pushButton = new QPushButton(errorTip);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(110, 140, 93, 28));
retranslateUi(errorTip);
QMetaObject::connectSlotsByName(errorTip);
} // setupUi
void retranslateUi(QDialog *errorTip)
{
errorTip->setWindowTitle(QCoreApplication::translate("errorTip", "Dialog", nullptr));
label->setText(QCoreApplication::translate("errorTip", "\350\276\223\345\205\245\351\224\231\350\257\257\350\257\267\351\207\215\346\226\260\350\276\223\345\205\245", nullptr));
pushButton->setText(QCoreApplication::translate("errorTip", "\347\241\256\345\256\232", nullptr));
} // retranslateUi
};
namespace Ui {
class errorTip: public Ui_errorTip {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ERRORTIP_H