This repository has been archived by the owner on May 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_transeditdialog.h
113 lines (89 loc) · 4.29 KB
/
ui_transeditdialog.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/********************************************************************************
** Form generated from reading UI file 'transeditdialog.ui'
**
** Created by: Qt User Interface Compiler version 6.2.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_TRANSEDITDIALOG_H
#define UI_TRANSEDITDIALOG_H
#include <QtCore/QVariant>
#include <QtGui/QIcon>
#include <QtWidgets/QAbstractButton>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QFormLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
QT_BEGIN_NAMESPACE
class Ui_TransEditDialog
{
public:
QFormLayout *formLayout_2;
QDialogButtonBox *buttonBox;
QGroupBox *groupBox;
QFormLayout *formLayout;
QLabel *label;
QLineEdit *name;
QLabel *label_2;
QLineEdit *phone;
void setupUi(QDialog *TransEditDialog)
{
if (TransEditDialog->objectName().isEmpty())
TransEditDialog->setObjectName(QString::fromUtf8("TransEditDialog"));
TransEditDialog->resize(400, 146);
QIcon icon;
icon.addFile(QString::fromUtf8(":/pic/icon/LOGO.png"), QSize(), QIcon::Normal, QIcon::Off);
TransEditDialog->setWindowIcon(icon);
formLayout_2 = new QFormLayout(TransEditDialog);
formLayout_2->setObjectName(QString::fromUtf8("formLayout_2"));
buttonBox = new QDialogButtonBox(TransEditDialog);
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
buttonBox->setOrientation(Qt::Horizontal);
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
formLayout_2->setWidget(1, QFormLayout::FieldRole, buttonBox);
groupBox = new QGroupBox(TransEditDialog);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
formLayout = new QFormLayout(groupBox);
formLayout->setObjectName(QString::fromUtf8("formLayout"));
label = new QLabel(groupBox);
label->setObjectName(QString::fromUtf8("label"));
formLayout->setWidget(0, QFormLayout::LabelRole, label);
name = new QLineEdit(groupBox);
name->setObjectName(QString::fromUtf8("name"));
name->setClearButtonEnabled(true);
formLayout->setWidget(0, QFormLayout::FieldRole, name);
label_2 = new QLabel(groupBox);
label_2->setObjectName(QString::fromUtf8("label_2"));
formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
phone = new QLineEdit(groupBox);
phone->setObjectName(QString::fromUtf8("phone"));
phone->setClearButtonEnabled(true);
formLayout->setWidget(1, QFormLayout::FieldRole, phone);
formLayout_2->setWidget(0, QFormLayout::SpanningRole, groupBox);
#if QT_CONFIG(shortcut)
label->setBuddy(name);
label_2->setBuddy(phone);
#endif // QT_CONFIG(shortcut)
retranslateUi(TransEditDialog);
QObject::connect(buttonBox, &QDialogButtonBox::accepted, TransEditDialog, qOverload<>(&QDialog::accept));
QObject::connect(buttonBox, &QDialogButtonBox::rejected, TransEditDialog, qOverload<>(&QDialog::reject));
QMetaObject::connectSlotsByName(TransEditDialog);
} // setupUi
void retranslateUi(QDialog *TransEditDialog)
{
TransEditDialog->setWindowTitle(QCoreApplication::translate("TransEditDialog", "\347\274\226\350\276\221\350\257\221\346\226\207\346\230\240\345\260\204", nullptr));
groupBox->setTitle(QCoreApplication::translate("TransEditDialog", "\346\230\240\345\260\204\347\274\226\350\276\221", nullptr));
label->setText(QCoreApplication::translate("TransEditDialog", "\345\255\227", nullptr));
name->setPlaceholderText(QCoreApplication::translate("TransEditDialog", "\350\276\223\345\205\245\345\255\227", nullptr));
label_2->setText(QCoreApplication::translate("TransEditDialog", "\345\217\221\351\237\263", nullptr));
phone->setPlaceholderText(QCoreApplication::translate("TransEditDialog", "\350\276\223\345\205\245\345\217\221\351\237\263", nullptr));
} // retranslateUi
};
namespace Ui {
class TransEditDialog: public Ui_TransEditDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_TRANSEDITDIALOG_H