/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created by: Qt User Interface Compiler version 5.6.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_MAINWINDOW_H #define UI_MAINWINDOW_H #include <QtCore/QVariant> #include <QtWidgets/QAction> #include <QtWidgets/QApplication> #include <QtWidgets/QButtonGroup> #include <QtWidgets/QHBoxLayout> #include <QtWidgets/QHeaderView> #include <QtWidgets/QLabel> #include <QtWidgets/QLineEdit> #include <QtWidgets/QMainWindow> #include <QtWidgets/QPushButton> #include <QtWidgets/QVBoxLayout> #include <QtWidgets/QWidget> QT_BEGIN_NAMESPACE class Ui_MainWindow { public: QWidget *centralWidget; QLabel *label; QWidget *widget; QVBoxLayout *verticalLayout; QHBoxLayout *horizontalLayout; QLabel *label_2; QLineEdit *username; QHBoxLayout *horizontalLayout_2; QLabel *label_3; QLineEdit *password; QHBoxLayout *horizontalLayout_3; QPushButton *pushButton; QPushButton *pushButton_2; void setupUi(QMainWindow *MainWindow) { if (MainWindow->objectName().isEmpty()) MainWindow->setObjectName(QStringLiteral("MainWindow")); MainWindow->resize(617, 360); MainWindow->setMinimumSize(QSize(617, 360)); MainWindow->setMaximumSize(QSize(617, 360)); centralWidget = new QWidget(MainWindow); centralWidget->setObjectName(QStringLiteral("centralWidget")); label = new QLabel(centralWidget); label->setObjectName(QStringLiteral("label")); label->setGeometry(QRect(170, 20, 261, 61)); QFont font; font.setPointSize(24); label->setFont(font); label->setAlignment(Qt::AlignCenter); widget = new QWidget(centralWidget); widget->setObjectName(QStringLiteral("widget")); widget->setGeometry(QRect(201, 121, 211, 131)); verticalLayout = new QVBoxLayout(widget); verticalLayout->setSpacing(6); verticalLayout->setContentsMargins(11, 11, 11, 11); verticalLayout->setObjectName(QStringLiteral("verticalLayout")); verticalLayout->setContentsMargins(0, 0, 0, 0); horizontalLayout = new QHBoxLayout(); horizontalLayout->setSpacing(6); horizontalLayout->setObjectName(QStringLiteral("horizontalLayout")); label_2 = new QLabel(widget); label_2->setObjectName(QStringLiteral("label_2")); horizontalLayout->addWidget(label_2); username = new QLineEdit(widget); username->setObjectName(QStringLiteral("username")); username->setAlignment(Qt::AlignCenter); horizontalLayout->addWidget(username); verticalLayout->addLayout(horizontalLayout); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setSpacing(6); horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2")); label_3 = new QLabel(widget); label_3->setObjectName(QStringLiteral("label_3")); horizontalLayout_2->addWidget(label_3); password = new QLineEdit(widget); password->setObjectName(QStringLiteral("password")); password->setAlignment(Qt::AlignCenter); horizontalLayout_2->addWidget(password); verticalLayout->addLayout(horizontalLayout_2); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setSpacing(6); horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3")); pushButton = new QPushButton(widget); pushButton->setObjectName(QStringLiteral("pushButton")); horizontalLayout_3->addWidget(pushButton); pushButton_2 = new QPushButton(widget); pushButton_2->setObjectName(QStringLiteral("pushButton_2")); horizontalLayout_3->addWidget(pushButton_2); verticalLayout->addLayout(horizontalLayout_3); MainWindow->setCentralWidget(centralWidget); retranslateUi(MainWindow); QMetaObject::connectSlotsByName(MainWindow); } // setupUi void retranslateUi(QMainWindow *MainWindow) { MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", Q_NULLPTR)); label->setText(QApplication::translate("MainWindow", "\346\254\242\350\277\216\350\277\233\345\205\245xxx\347\263\273\347\273\237", Q_NULLPTR)); label_2->setText(QApplication::translate("MainWindow", "\347\224\250\346\210\267\345\220\215\357\274\232", Q_NULLPTR)); username->setText(QString()); username->setPlaceholderText(QApplication::translate("MainWindow", "\350\257\267\350\276\223\345\205\245\347\224\250\346\210\267\345\220\215", Q_NULLPTR)); label_3->setText(QApplication::translate("MainWindow", "\345\257\206 \347\240\201\357\274\232", Q_NULLPTR)); password->setText(QString()); password->setPlaceholderText(QApplication::translate("MainWindow", "\350\257\267\350\276\223\345\205\245\345\257\206\347\240\201", Q_NULLPTR)); pushButton->setText(QApplication::translate("MainWindow", "\347\231\273\345\275\225", Q_NULLPTR)); pushButton_2->setText(QApplication::translate("MainWindow", "\346\263\250\345\206\214", Q_NULLPTR)); } // retranslateUi }; namespace Ui { class MainWindow: public Ui_MainWindow {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MAINWINDOW_H