109 lines
4.5 KiB
C
109 lines
4.5 KiB
C
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'selectuserdialog.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_SELECTUSERDIALOG_H
|
||
|
#define UI_SELECTUSERDIALOG_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtWidgets/QApplication>
|
||
|
#include <QtWidgets/QDialog>
|
||
|
#include <QtWidgets/QGroupBox>
|
||
|
#include <QtWidgets/QLabel>
|
||
|
#include <QtWidgets/QPushButton>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_SelectUserDialog
|
||
|
{
|
||
|
public:
|
||
|
QGroupBox *groupBox;
|
||
|
QLabel *label;
|
||
|
QLabel *label_2;
|
||
|
QLabel *userMessage_Label;
|
||
|
QPushButton *cancel_Btn;
|
||
|
QPushButton *confirm_Btn;
|
||
|
|
||
|
void setupUi(QDialog *SelectUserDialog)
|
||
|
{
|
||
|
if (SelectUserDialog->objectName().isEmpty())
|
||
|
SelectUserDialog->setObjectName(QString::fromUtf8("SelectUserDialog"));
|
||
|
SelectUserDialog->resize(1920, 1080);
|
||
|
SelectUserDialog->setStyleSheet(QString::fromUtf8(""));
|
||
|
groupBox = new QGroupBox(SelectUserDialog);
|
||
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||
|
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||
|
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||
|
"border-radius: 32px;}"));
|
||
|
label = new QLabel(groupBox);
|
||
|
label->setObjectName(QString::fromUtf8("label"));
|
||
|
label->setGeometry(QRect(0, 0, 804, 64));
|
||
|
QFont font;
|
||
|
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||
|
font.setPointSize(15);
|
||
|
label->setFont(font);
|
||
|
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/dialog.png);"));
|
||
|
label->setAlignment(Qt::AlignCenter);
|
||
|
label_2 = new QLabel(groupBox);
|
||
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||
|
label_2->setGeometry(QRect(100, 210, 621, 71));
|
||
|
QFont font1;
|
||
|
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||
|
font1.setPointSize(22);
|
||
|
font1.setBold(true);
|
||
|
label_2->setFont(font1);
|
||
|
label_2->setAlignment(Qt::AlignCenter);
|
||
|
userMessage_Label = new QLabel(groupBox);
|
||
|
userMessage_Label->setObjectName(QString::fromUtf8("userMessage_Label"));
|
||
|
userMessage_Label->setGeometry(QRect(140, 300, 561, 50));
|
||
|
userMessage_Label->setFont(font);
|
||
|
userMessage_Label->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
||
|
userMessage_Label->setAlignment(Qt::AlignCenter);
|
||
|
cancel_Btn = new QPushButton(groupBox);
|
||
|
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||
|
cancel_Btn->setGeometry(QRect(232, 490, 120, 45));
|
||
|
QFont font2;
|
||
|
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||
|
font2.setPointSize(12);
|
||
|
cancel_Btn->setFont(font2);
|
||
|
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||
|
"border: 1px solid #0D9DDB;\n"
|
||
|
"color:#0D9DDB;"));
|
||
|
confirm_Btn = new QPushButton(groupBox);
|
||
|
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||
|
confirm_Btn->setGeometry(QRect(452, 490, 120, 45));
|
||
|
confirm_Btn->setFont(font2);
|
||
|
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||
|
"border: 1px solid #0D9DDB;\n"
|
||
|
"color:#0D9DDB;"));
|
||
|
|
||
|
retranslateUi(SelectUserDialog);
|
||
|
|
||
|
QMetaObject::connectSlotsByName(SelectUserDialog);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QDialog *SelectUserDialog)
|
||
|
{
|
||
|
SelectUserDialog->setWindowTitle(QCoreApplication::translate("SelectUserDialog", "Dialog", nullptr));
|
||
|
groupBox->setTitle(QString());
|
||
|
label->setText(QCoreApplication::translate("SelectUserDialog", "\346\217\220\347\244\272", nullptr));
|
||
|
label_2->setText(QCoreApplication::translate("SelectUserDialog", "\347\241\256\350\256\244\351\200\211\346\213\251\345\275\223\345\211\215\347\224\250\346\210\267?", nullptr));
|
||
|
userMessage_Label->setText(QCoreApplication::translate("SelectUserDialog", "\345\274\240\344\270\211 \347\224\267 12465431266", nullptr));
|
||
|
cancel_Btn->setText(QCoreApplication::translate("SelectUserDialog", "\345\217\226\346\266\210", nullptr));
|
||
|
confirm_Btn->setText(QCoreApplication::translate("SelectUserDialog", "\347\241\256\350\256\244", nullptr));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class SelectUserDialog: public Ui_SelectUserDialog {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_SELECTUSERDIALOG_H
|