You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
183 lines
6.8 KiB
C++
183 lines
6.8 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'QUserAddNew.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.9.4
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_QUSERADDNEW_H
|
|
#define UI_QUSERADDNEW_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QComboBox>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHBoxLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QLineEdit>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QSpacerItem>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_QUserAddNew
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout;
|
|
QLabel *label;
|
|
QLineEdit *m_UserName_lineEdit;
|
|
QLabel *label_2;
|
|
QLineEdit *m_Passwd_lineEdit;
|
|
QLabel *label_3;
|
|
QLineEdit *m_Passwd2_lineEdit;
|
|
QLabel *label_4;
|
|
QComboBox *m_Power_comboBox;
|
|
QPushButton *m_pbSetDefPwd;
|
|
QLabel *tp_label_show_warning;
|
|
QHBoxLayout *horizontalLayout;
|
|
QPushButton *m_pbOK;
|
|
QSpacerItem *horizontalSpacer;
|
|
QPushButton *m_pbCancel;
|
|
QSpacerItem *verticalSpacer;
|
|
|
|
void setupUi(QDialog *QUserAddNew)
|
|
{
|
|
if (QUserAddNew->objectName().isEmpty())
|
|
QUserAddNew->setObjectName(QStringLiteral("QUserAddNew"));
|
|
QUserAddNew->resize(275, 227);
|
|
gridLayout = new QGridLayout(QUserAddNew);
|
|
gridLayout->setSpacing(6);
|
|
gridLayout->setContentsMargins(11, 11, 11, 11);
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
label = new QLabel(QUserAddNew);
|
|
label->setObjectName(QStringLiteral("label"));
|
|
label->setMinimumSize(QSize(0, 30));
|
|
QFont font;
|
|
font.setPointSize(12);
|
|
label->setFont(font);
|
|
|
|
gridLayout->addWidget(label, 0, 0, 1, 1);
|
|
|
|
m_UserName_lineEdit = new QLineEdit(QUserAddNew);
|
|
m_UserName_lineEdit->setObjectName(QStringLiteral("m_UserName_lineEdit"));
|
|
m_UserName_lineEdit->setMinimumSize(QSize(0, 30));
|
|
m_UserName_lineEdit->setFont(font);
|
|
|
|
gridLayout->addWidget(m_UserName_lineEdit, 0, 1, 1, 2);
|
|
|
|
label_2 = new QLabel(QUserAddNew);
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
|
label_2->setMinimumSize(QSize(0, 30));
|
|
label_2->setFont(font);
|
|
|
|
gridLayout->addWidget(label_2, 1, 0, 1, 1);
|
|
|
|
m_Passwd_lineEdit = new QLineEdit(QUserAddNew);
|
|
m_Passwd_lineEdit->setObjectName(QStringLiteral("m_Passwd_lineEdit"));
|
|
m_Passwd_lineEdit->setMinimumSize(QSize(0, 30));
|
|
m_Passwd_lineEdit->setFont(font);
|
|
|
|
gridLayout->addWidget(m_Passwd_lineEdit, 1, 1, 1, 2);
|
|
|
|
label_3 = new QLabel(QUserAddNew);
|
|
label_3->setObjectName(QStringLiteral("label_3"));
|
|
label_3->setMinimumSize(QSize(0, 30));
|
|
label_3->setFont(font);
|
|
|
|
gridLayout->addWidget(label_3, 2, 0, 1, 1);
|
|
|
|
m_Passwd2_lineEdit = new QLineEdit(QUserAddNew);
|
|
m_Passwd2_lineEdit->setObjectName(QStringLiteral("m_Passwd2_lineEdit"));
|
|
m_Passwd2_lineEdit->setMinimumSize(QSize(0, 30));
|
|
m_Passwd2_lineEdit->setFont(font);
|
|
|
|
gridLayout->addWidget(m_Passwd2_lineEdit, 2, 1, 1, 2);
|
|
|
|
label_4 = new QLabel(QUserAddNew);
|
|
label_4->setObjectName(QStringLiteral("label_4"));
|
|
label_4->setMinimumSize(QSize(0, 30));
|
|
label_4->setFont(font);
|
|
|
|
gridLayout->addWidget(label_4, 3, 0, 1, 1);
|
|
|
|
m_Power_comboBox = new QComboBox(QUserAddNew);
|
|
m_Power_comboBox->setObjectName(QStringLiteral("m_Power_comboBox"));
|
|
m_Power_comboBox->setMinimumSize(QSize(0, 30));
|
|
m_Power_comboBox->setFont(font);
|
|
|
|
gridLayout->addWidget(m_Power_comboBox, 3, 1, 1, 2);
|
|
|
|
m_pbSetDefPwd = new QPushButton(QUserAddNew);
|
|
m_pbSetDefPwd->setObjectName(QStringLiteral("m_pbSetDefPwd"));
|
|
m_pbSetDefPwd->setFont(font);
|
|
|
|
gridLayout->addWidget(m_pbSetDefPwd, 4, 0, 1, 2);
|
|
|
|
tp_label_show_warning = new QLabel(QUserAddNew);
|
|
tp_label_show_warning->setObjectName(QStringLiteral("tp_label_show_warning"));
|
|
tp_label_show_warning->setFont(font);
|
|
|
|
gridLayout->addWidget(tp_label_show_warning, 4, 2, 1, 1);
|
|
|
|
horizontalLayout = new QHBoxLayout();
|
|
horizontalLayout->setSpacing(6);
|
|
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
|
|
m_pbOK = new QPushButton(QUserAddNew);
|
|
m_pbOK->setObjectName(QStringLiteral("m_pbOK"));
|
|
m_pbOK->setMinimumSize(QSize(0, 30));
|
|
m_pbOK->setFont(font);
|
|
|
|
horizontalLayout->addWidget(m_pbOK);
|
|
|
|
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
horizontalLayout->addItem(horizontalSpacer);
|
|
|
|
m_pbCancel = new QPushButton(QUserAddNew);
|
|
m_pbCancel->setObjectName(QStringLiteral("m_pbCancel"));
|
|
m_pbCancel->setMinimumSize(QSize(0, 30));
|
|
m_pbCancel->setFont(font);
|
|
|
|
horizontalLayout->addWidget(m_pbCancel);
|
|
|
|
|
|
gridLayout->addLayout(horizontalLayout, 5, 0, 1, 3);
|
|
|
|
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
|
|
gridLayout->addItem(verticalSpacer, 6, 2, 1, 1);
|
|
|
|
|
|
retranslateUi(QUserAddNew);
|
|
|
|
QMetaObject::connectSlotsByName(QUserAddNew);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *QUserAddNew)
|
|
{
|
|
QUserAddNew->setWindowTitle(QApplication::translate("QUserAddNew", "QUserAddNew", Q_NULLPTR));
|
|
label->setText(QApplication::translate("QUserAddNew", "\347\224\250\346\210\267\345\220\215\357\274\232", Q_NULLPTR));
|
|
label_2->setText(QApplication::translate("QUserAddNew", "\345\257\206\347\240\201\350\276\223\345\205\245\357\274\232", Q_NULLPTR));
|
|
label_3->setText(QApplication::translate("QUserAddNew", "\345\257\206\347\240\201\347\241\256\350\256\244\357\274\232", Q_NULLPTR));
|
|
label_4->setText(QApplication::translate("QUserAddNew", "\346\235\203\351\231\220\347\255\211\347\272\247\357\274\232", Q_NULLPTR));
|
|
m_pbSetDefPwd->setText(QApplication::translate("QUserAddNew", "\350\256\276\347\275\256\351\273\230\350\256\244\345\257\206\347\240\201", Q_NULLPTR));
|
|
tp_label_show_warning->setText(QApplication::translate("QUserAddNew", " \351\273\230\350\256\244\345\257\206\347\240\201123456", Q_NULLPTR));
|
|
m_pbOK->setText(QApplication::translate("QUserAddNew", "\347\241\256\350\256\244", Q_NULLPTR));
|
|
m_pbCancel->setText(QApplication::translate("QUserAddNew", "\345\217\226\346\266\210", Q_NULLPTR));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class QUserAddNew: public Ui_QUserAddNew {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_QUSERADDNEW_H
|