-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_namesettip.h
58 lines (46 loc) · 1.88 KB
/
ui_namesettip.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
/********************************************************************************
** Form generated from reading UI file 'namesettip.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_NAMESETTIP_H
#define UI_NAMESETTIP_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
QT_BEGIN_NAMESPACE
class Ui_namesetTip
{
public:
QLabel *label;
QPushButton *pushButton;
void setupUi(QDialog *namesetTip)
{
if (namesetTip->objectName().isEmpty())
namesetTip->setObjectName(QString::fromUtf8("namesetTip"));
namesetTip->resize(400, 300);
label = new QLabel(namesetTip);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(102, 67, 201, 16));
pushButton = new QPushButton(namesetTip);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(150, 140, 93, 28));
retranslateUi(namesetTip);
QMetaObject::connectSlotsByName(namesetTip);
} // setupUi
void retranslateUi(QDialog *namesetTip)
{
namesetTip->setWindowTitle(QCoreApplication::translate("namesetTip", "Dialog", nullptr));
label->setText(QCoreApplication::translate("namesetTip", "\350\257\267\345\205\210\350\276\223\345\205\245\346\254\262\344\277\256\346\224\271\346\231\257\347\202\271\345\220\215\347\247\260", nullptr));
pushButton->setText(QCoreApplication::translate("namesetTip", "\347\241\256\345\256\232", nullptr));
} // retranslateUi
};
namespace Ui {
class namesetTip: public Ui_namesetTip {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_NAMESETTIP_H