/******************************************************************************** ** Form generated from reading UI file 'changepassword.ui' ** ** Created: Wed Apr 7 15:42:59 2021 ** by: Qt User Interface Compiler version 4.8.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_CHANGEPASSWORD_H #define UI_CHANGEPASSWORD_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_changePassword { public: QWidget *centralwidget; QWidget *layoutWidget; QVBoxLayout *verticalLayout_2; QVBoxLayout *verticalLayout; QHBoxLayout *horizontalLayout; QLabel *label; QSpacerItem *horizontalSpacer; QLineEdit *input_passwd; QHBoxLayout *horizontalLayout_2; QLabel *label_2; QLineEdit *affirm_passwd; QLabel *warning_LineEdit; QHBoxLayout *horizontalLayout_3; QPushButton *enter_Btn; QPushButton *cancle_Btn; QMenuBar *menubar; void setupUi(QMainWindow *changePassword) { if (changePassword->objectName().isEmpty()) changePassword->setObjectName(QString::fromUtf8("changePassword")); changePassword->resize(430, 310); changePassword->setStyleSheet(QString::fromUtf8("#changePassword{border-image: url(:/icon_date/keyboard_groud.png);}")); centralwidget = new QWidget(changePassword); centralwidget->setObjectName(QString::fromUtf8("centralwidget")); layoutWidget = new QWidget(centralwidget); layoutWidget->setObjectName(QString::fromUtf8("layoutWidget")); layoutWidget->setGeometry(QRect(80, 50, 252, 161)); verticalLayout_2 = new QVBoxLayout(layoutWidget); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); verticalLayout_2->setContentsMargins(0, 0, 0, 0); verticalLayout = new QVBoxLayout(); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); horizontalLayout = new QHBoxLayout(); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); label = new QLabel(layoutWidget); label->setObjectName(QString::fromUtf8("label")); horizontalLayout->addWidget(label); horizontalSpacer = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); input_passwd = new QLineEdit(layoutWidget); input_passwd->setObjectName(QString::fromUtf8("input_passwd")); input_passwd->setMaximumSize(QSize(150, 30)); input_passwd->setSizeIncrement(QSize(150, 30)); input_passwd->setEchoMode(QLineEdit::Password); horizontalLayout->addWidget(input_passwd); verticalLayout->addLayout(horizontalLayout); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); label_2 = new QLabel(layoutWidget); label_2->setObjectName(QString::fromUtf8("label_2")); horizontalLayout_2->addWidget(label_2); affirm_passwd = new QLineEdit(layoutWidget); affirm_passwd->setObjectName(QString::fromUtf8("affirm_passwd")); affirm_passwd->setMaximumSize(QSize(150, 30)); affirm_passwd->setSizeIncrement(QSize(150, 30)); affirm_passwd->setEchoMode(QLineEdit::Password); horizontalLayout_2->addWidget(affirm_passwd); verticalLayout->addLayout(horizontalLayout_2); verticalLayout_2->addLayout(verticalLayout); warning_LineEdit = new QLabel(layoutWidget); warning_LineEdit->setObjectName(QString::fromUtf8("warning_LineEdit")); warning_LineEdit->setStyleSheet(QString::fromUtf8("color: rgb(255, 0, 0);")); verticalLayout_2->addWidget(warning_LineEdit); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); enter_Btn = new QPushButton(layoutWidget); enter_Btn->setObjectName(QString::fromUtf8("enter_Btn")); horizontalLayout_3->addWidget(enter_Btn); cancle_Btn = new QPushButton(layoutWidget); cancle_Btn->setObjectName(QString::fromUtf8("cancle_Btn")); horizontalLayout_3->addWidget(cancle_Btn); verticalLayout_2->addLayout(horizontalLayout_3); changePassword->setCentralWidget(centralwidget); menubar = new QMenuBar(changePassword); menubar->setObjectName(QString::fromUtf8("menubar")); menubar->setGeometry(QRect(0, 0, 430, 26)); changePassword->setMenuBar(menubar); retranslateUi(changePassword); QMetaObject::connectSlotsByName(changePassword); } // setupUi void retranslateUi(QMainWindow *changePassword) { changePassword->setWindowTitle(QApplication::translate("changePassword", "MainWindow", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("changePassword", "\346\226\260\345\257\206\347\240\201", 0, QApplication::UnicodeUTF8)); label_2->setText(QApplication::translate("changePassword", "\347\241\256\350\256\244\346\226\260\345\257\206\347\240\201", 0, QApplication::UnicodeUTF8)); warning_LineEdit->setText(QString()); enter_Btn->setText(QApplication::translate("changePassword", "\347\241\256\345\256\232", 0, QApplication::UnicodeUTF8)); cancle_Btn->setText(QApplication::translate("changePassword", "\345\217\226\346\266\210", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class changePassword: public Ui_changePassword {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_CHANGEPASSWORD_H