11/25
This commit is contained in:
278
ZBD_IIIDL_S_Project/build20241115/UI/ui_userdialog.h
Normal file
278
ZBD_IIIDL_S_Project/build20241115/UI/ui_userdialog.h
Normal file
@@ -0,0 +1,278 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'userdialog.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.13.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_USERDIALOG_H
|
||||
#define UI_USERDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QComboBox>
|
||||
#include <QtWidgets/QDateEdit>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QTextEdit>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_UserDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *title_Label;
|
||||
QLabel *label_2;
|
||||
QLabel *label_3;
|
||||
QLabel *label_4;
|
||||
QLabel *label_5;
|
||||
QLineEdit *name_LineEdit;
|
||||
QComboBox *sex_ComboBox;
|
||||
QComboBox *bodyIndex_ComboBox;
|
||||
QLabel *label_6;
|
||||
QLineEdit *phone_LineEdit;
|
||||
QLabel *label_7;
|
||||
QDateEdit *dateEdit;
|
||||
QPushButton *cancel_Btn;
|
||||
QPushButton *save_Btn;
|
||||
QLabel *label_8;
|
||||
QLineEdit *ID_LineEdit;
|
||||
QTextEdit *textEdit;
|
||||
|
||||
void setupUi(QWidget *UserDialog)
|
||||
{
|
||||
if (UserDialog->objectName().isEmpty())
|
||||
UserDialog->setObjectName(QString::fromUtf8("UserDialog"));
|
||||
UserDialog->resize(1920, 1080);
|
||||
UserDialog->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox = new QGroupBox(UserDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 241, 804, 598));
|
||||
QFont font;
|
||||
font.setPointSize(6);
|
||||
groupBox->setFont(font);
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
groupBox->setAlignment(Qt::AlignCenter);
|
||||
title_Label = new QLabel(groupBox);
|
||||
title_Label->setObjectName(QString::fromUtf8("title_Label"));
|
||||
title_Label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(15);
|
||||
title_Label->setFont(font1);
|
||||
title_Label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
title_Label->setAlignment(Qt::AlignCenter);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(10, 130, 111, 51));
|
||||
label_2->setFont(font1);
|
||||
label_2->setStyleSheet(QString::fromUtf8(""));
|
||||
label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
label_3 = new QLabel(groupBox);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(10, 210, 111, 51));
|
||||
label_3->setFont(font1);
|
||||
label_3->setStyleSheet(QString::fromUtf8(""));
|
||||
label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
label_4 = new QLabel(groupBox);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(10, 280, 111, 51));
|
||||
label_4->setFont(font1);
|
||||
label_4->setStyleSheet(QString::fromUtf8(""));
|
||||
label_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
label_5 = new QLabel(groupBox);
|
||||
label_5->setObjectName(QString::fromUtf8("label_5"));
|
||||
label_5->setGeometry(QRect(10, 361, 111, 51));
|
||||
label_5->setFont(font1);
|
||||
label_5->setStyleSheet(QString::fromUtf8(""));
|
||||
label_5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
name_LineEdit = new QLineEdit(groupBox);
|
||||
name_LineEdit->setObjectName(QString::fromUtf8("name_LineEdit"));
|
||||
name_LineEdit->setGeometry(QRect(130, 130, 150, 50));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setBold(false);
|
||||
name_LineEdit->setFont(font2);
|
||||
name_LineEdit->setStyleSheet(QString::fromUtf8("border-radius: 2px;\n"
|
||||
"border: 1px solid #333333;\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"font-size:25px;"));
|
||||
sex_ComboBox = new QComboBox(groupBox);
|
||||
sex_ComboBox->addItem(QString());
|
||||
sex_ComboBox->addItem(QString());
|
||||
sex_ComboBox->setObjectName(QString::fromUtf8("sex_ComboBox"));
|
||||
sex_ComboBox->setGeometry(QRect(130, 210, 150, 50));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setBold(false);
|
||||
font3.setItalic(false);
|
||||
sex_ComboBox->setFont(font3);
|
||||
sex_ComboBox->setFocusPolicy(Qt::StrongFocus);
|
||||
sex_ComboBox->setLayoutDirection(Qt::LeftToRight);
|
||||
sex_ComboBox->setStyleSheet(QString::fromUtf8("#sex_ComboBox{\n"
|
||||
"border-radius: 2px;\n"
|
||||
"border: 1px solid #333333;\n"
|
||||
"\n"
|
||||
"width: 29px;\n"
|
||||
"height: 29px;\n"
|
||||
"font-size: 25px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"\n"
|
||||
"font-family:\351\273\221\344\275\223;\n"
|
||||
"\n"
|
||||
"}"));
|
||||
sex_ComboBox->setMaxCount(2147483647);
|
||||
bodyIndex_ComboBox = new QComboBox(groupBox);
|
||||
bodyIndex_ComboBox->addItem(QString());
|
||||
bodyIndex_ComboBox->addItem(QString());
|
||||
bodyIndex_ComboBox->addItem(QString());
|
||||
bodyIndex_ComboBox->setObjectName(QString::fromUtf8("bodyIndex_ComboBox"));
|
||||
bodyIndex_ComboBox->setGeometry(QRect(130, 280, 150, 50));
|
||||
bodyIndex_ComboBox->setFont(font2);
|
||||
bodyIndex_ComboBox->setAutoFillBackground(false);
|
||||
bodyIndex_ComboBox->setStyleSheet(QString::fromUtf8("#bodyIndex_ComboBox{\n"
|
||||
"border-radius: 2px;\n"
|
||||
"border: 1px solid #333333;\n"
|
||||
"\n"
|
||||
"width: 29px;\n"
|
||||
"height: 29px;\n"
|
||||
"font-size: 25px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"\n"
|
||||
"font-family:\351\273\221\344\275\223;\n"
|
||||
"\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
""));
|
||||
label_6 = new QLabel(groupBox);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(340, 130, 121, 51));
|
||||
label_6->setFont(font1);
|
||||
label_6->setStyleSheet(QString::fromUtf8(""));
|
||||
label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
phone_LineEdit = new QLineEdit(groupBox);
|
||||
phone_LineEdit->setObjectName(QString::fromUtf8("phone_LineEdit"));
|
||||
phone_LineEdit->setGeometry(QRect(480, 130, 280, 50));
|
||||
phone_LineEdit->setFont(font2);
|
||||
phone_LineEdit->setStyleSheet(QString::fromUtf8("border-radius: 2px;\n"
|
||||
"border: 1px solid #333333;\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"font-size:25px;"));
|
||||
label_7 = new QLabel(groupBox);
|
||||
label_7->setObjectName(QString::fromUtf8("label_7"));
|
||||
label_7->setGeometry(QRect(340, 206, 121, 51));
|
||||
label_7->setFont(font1);
|
||||
label_7->setStyleSheet(QString::fromUtf8(""));
|
||||
label_7->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
dateEdit = new QDateEdit(groupBox);
|
||||
dateEdit->setObjectName(QString::fromUtf8("dateEdit"));
|
||||
dateEdit->setGeometry(QRect(480, 210, 280, 50));
|
||||
dateEdit->setFont(font2);
|
||||
dateEdit->setStyleSheet(QString::fromUtf8("width: 29px;\n"
|
||||
"height: 29px;\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"font-size:25px;"));
|
||||
dateEdit->setMaximumDateTime(QDateTime(QDate(2050, 12, 31), QTime(15, 59, 59)));
|
||||
dateEdit->setMinimumDateTime(QDateTime(QDate(1920, 9, 14), QTime(0, 0, 0)));
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(232, 513, 120, 45));
|
||||
QFont font4;
|
||||
font4.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font4.setPointSize(12);
|
||||
cancel_Btn->setFont(font4);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
save_Btn = new QPushButton(groupBox);
|
||||
save_Btn->setObjectName(QString::fromUtf8("save_Btn"));
|
||||
save_Btn->setGeometry(QRect(452, 513, 120, 45));
|
||||
save_Btn->setFont(font4);
|
||||
save_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
label_8 = new QLabel(groupBox);
|
||||
label_8->setObjectName(QString::fromUtf8("label_8"));
|
||||
label_8->setGeometry(QRect(340, 280, 121, 51));
|
||||
label_8->setFont(font1);
|
||||
label_8->setStyleSheet(QString::fromUtf8(""));
|
||||
label_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
ID_LineEdit = new QLineEdit(groupBox);
|
||||
ID_LineEdit->setObjectName(QString::fromUtf8("ID_LineEdit"));
|
||||
ID_LineEdit->setGeometry(QRect(480, 280, 280, 50));
|
||||
ID_LineEdit->setFont(font2);
|
||||
ID_LineEdit->setStyleSheet(QString::fromUtf8("border-radius: 2px;\n"
|
||||
"border: 1px solid #333333;\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"font-size:25px;"));
|
||||
textEdit = new QTextEdit(groupBox);
|
||||
textEdit->setObjectName(QString::fromUtf8("textEdit"));
|
||||
textEdit->setGeometry(QRect(130, 370, 631, 87));
|
||||
textEdit->setFont(font2);
|
||||
textEdit->setStyleSheet(QString::fromUtf8("border-radius: 2px;\n"
|
||||
"border: 1px solid #333333;\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"font-size:25px;"));
|
||||
|
||||
retranslateUi(UserDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(UserDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *UserDialog)
|
||||
{
|
||||
UserDialog->setWindowTitle(QCoreApplication::translate("UserDialog", "Form", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
title_Label->setText(QCoreApplication::translate("UserDialog", "\346\226\260\345\273\272\347\224\250\346\210\267", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("UserDialog", "\345\247\223\345\220\215\357\274\232", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("UserDialog", "\346\200\247\345\210\253\357\274\232", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("UserDialog", "\351\203\250\344\275\215\357\274\232", nullptr));
|
||||
label_5->setText(QCoreApplication::translate("UserDialog", "\345\244\207\346\263\250\357\274\232", nullptr));
|
||||
name_LineEdit->setText(QCoreApplication::translate("UserDialog", "\346\210\221", nullptr));
|
||||
sex_ComboBox->setItemText(0, QCoreApplication::translate("UserDialog", "\347\224\267", nullptr));
|
||||
sex_ComboBox->setItemText(1, QCoreApplication::translate("UserDialog", "\345\245\263", nullptr));
|
||||
|
||||
sex_ComboBox->setCurrentText(QCoreApplication::translate("UserDialog", "\347\224\267", nullptr));
|
||||
bodyIndex_ComboBox->setItemText(0, QCoreApplication::translate("UserDialog", "\344\270\212\350\202\242", nullptr));
|
||||
bodyIndex_ComboBox->setItemText(1, QCoreApplication::translate("UserDialog", "\344\270\213\350\202\242", nullptr));
|
||||
bodyIndex_ComboBox->setItemText(2, QCoreApplication::translate("UserDialog", "\344\270\212\344\270\213\350\202\242", nullptr));
|
||||
|
||||
label_6->setText(QCoreApplication::translate("UserDialog", "\347\224\265\350\257\235\357\274\232", nullptr));
|
||||
phone_LineEdit->setText(QCoreApplication::translate("UserDialog", "123", nullptr));
|
||||
label_7->setText(QCoreApplication::translate("UserDialog", "\347\224\237\346\227\245\357\274\232", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("UserDialog", "\345\217\226\346\266\210", nullptr));
|
||||
save_Btn->setText(QCoreApplication::translate("UserDialog", "\344\277\235\345\255\230", nullptr));
|
||||
label_8->setText(QCoreApplication::translate("UserDialog", "ID\357\274\232", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class UserDialog: public Ui_UserDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_USERDIALOG_H
|
||||
Reference in New Issue
Block a user