代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'mainwindow.ui'
**
** Created by: Qt User Interface Compiler version 5.12.12
**
** 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 <QtGui/QIcon>
#include <QtWidgets/QApplication>
#include <QtWidgets/QFormLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_MainWindow
{
public:
QWidget *horizontalLayoutWidget;
QHBoxLayout *horizontalLayout;
QVBoxLayout *verticalLayout_2;
QLabel *headPho;
QFormLayout *formLayout;
QLabel *nameLabel;
QLineEdit *nameLine;
QLabel *accountLabel;
QLineEdit *accountLine;
QLineEdit *landLine;
QLabel *landLabel;
QLabel *periodLabel;
QLineEdit *periodLine;
QLabel *emailLabel;
QLineEdit *emailLine;
QLabel *creditLabel;
QLineEdit *creditLine;
QVBoxLayout *verticalLayout;
QPushButton *listBook;
QPushButton *userList;
QPushButton *landHistory;
QPushButton *changeInfo;
QPushButton *changePwd;
void setupUi(QWidget *MainWindow)
{
if (MainWindow->objectName().isEmpty())
MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
MainWindow->resize(810, 555);
QFont font;
font.setFamily(QString::fromUtf8("Consolas"));
font.setPointSize(11);
MainWindow->setFont(font);
QIcon icon;
icon.addFile(QString::fromUtf8(":/icon.ico"), QSize(), QIcon::Normal, QIcon::Off);
MainWindow->setWindowIcon(icon);
horizontalLayoutWidget = new QWidget(MainWindow);
horizontalLayoutWidget->setObjectName(QString::fromUtf8("horizontalLayoutWidget"));
horizontalLayoutWidget->setGeometry(QRect(20, 10, 771, 521));
horizontalLayout = new QHBoxLayout(horizontalLayoutWidget);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
horizontalLayout->setContentsMargins(0, 0, 0, 0);
verticalLayout_2 = new QVBoxLayout();
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
headPho = new QLabel(horizontalLayoutWidget);
headPho->setObjectName(QString::fromUtf8("headPho"));
headPho->setAlignment(Qt::AlignCenter);
verticalLayout_2->addWidget(headPho);
formLayout = new QFormLayout();
formLayout->setObjectName(QString::fromUtf8("formLayout"));
formLayout->setHorizontalSpacing(5);
formLayout->setVerticalSpacing(5);
nameLabel = new QLabel(horizontalLayoutWidget);
nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
formLayout->setWidget(0, QFormLayout::LabelRole, nameLabel);
nameLine = new QLineEdit(horizontalLayoutWidget);
nameLine->setObjectName(QString::fromUtf8("nameLine"));
nameLine->setReadOnly(true);
formLayout->setWidget(0, QFormLayout::FieldRole, nameLine);
accountLabel = new QLabel(horizontalLayoutWidget);
accountLabel->setObjectName(QString::fromUtf8("accountLabel"));
formLayout->setWidget(1, QFormLayout::LabelRole, accountLabel);
accountLine = new QLineEdit(horizontalLayoutWidget);
accountLine->setObjectName(QString::fromUtf8("accountLine"));
accountLine->setReadOnly(true);
formLayout->setWidget(1, QFormLayout::FieldRole, accountLine);
landLine = new QLineEdit(horizontalLayoutWidget);
landLine->setObjectName(QString::fromUtf8("landLine"));
landLine->setReadOnly(true);
formLayout->setWidget(3, QFormLayout::FieldRole, landLine);
landLabel = new QLabel(horizontalLayoutWidget);
landLabel->setObjectName(QString::fromUtf8("landLabel"));
formLayout->setWidget(3, QFormLayout::LabelRole, landLabel);
periodLabel = new QLabel(horizontalLayoutWidget);
periodLabel->setObjectName(QString::fromUtf8("periodLabel"));
periodLabel->setFrameShape(QFrame::NoFrame);
formLayout->setWidget(4, QFormLayout::LabelRole, periodLabel);
periodLine = new QLineEdit(horizontalLayoutWidget);
periodLine->setObjectName(QString::fromUtf8("periodLine"));
periodLine->setReadOnly(true);
formLayout->setWidget(4, QFormLayout::FieldRole, periodLine);
emailLabel = new QLabel(horizontalLayoutWidget);
emailLabel->setObjectName(QString::fromUtf8("emailLabel"));
formLayout->setWidget(2, QFormLayout::LabelRole, emailLabel);
emailLine = new QLineEdit(horizontalLayoutWidget);
emailLine->setObjectName(QString::fromUtf8("emailLine"));
emailLine->setReadOnly(true);
formLayout->setWidget(2, QFormLayout::FieldRole, emailLine);
creditLabel = new QLabel(horizontalLayoutWidget);
creditLabel->setObjectName(QString::fromUtf8("creditLabel"));
formLayout->setWidget(5, QFormLayout::LabelRole, creditLabel);
creditLine = new QLineEdit(horizontalLayoutWidget);
creditLine->setObjectName(QString::fromUtf8("creditLine"));
creditLine->setReadOnly(true);
formLayout->setWidget(5, QFormLayout::FieldRole, creditLine);
verticalLayout_2->addLayout(formLayout);
verticalLayout_2->setStretch(0, 4);
verticalLayout_2->setStretch(1, 6);
horizontalLayout->addLayout(verticalLayout_2);
verticalLayout = new QVBoxLayout();
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
listBook = new QPushButton(horizontalLayoutWidget);
listBook->setObjectName(QString::fromUtf8("listBook"));
verticalLayout->addWidget(listBook);
userList = new QPushButton(horizontalLayoutWidget);
userList->setObjectName(QString::fromUtf8("userList"));
verticalLayout->addWidget(userList);
landHistory = new QPushButton(horizontalLayoutWidget);
landHistory->setObjectName(QString::fromUtf8("landHistory"));
verticalLayout->addWidget(landHistory);
changeInfo = new QPushButton(horizontalLayoutWidget);
changeInfo->setObjectName(QString::fromUtf8("changeInfo"));
verticalLayout->addWidget(changeInfo);
changePwd = new QPushButton(horizontalLayoutWidget);
changePwd->setObjectName(QString::fromUtf8("changePwd"));
verticalLayout->addWidget(changePwd);
horizontalLayout->addLayout(verticalLayout);
horizontalLayout->setStretch(0, 5);
horizontalLayout->setStretch(1, 5);
#ifndef QT_NO_SHORTCUT
nameLabel->setBuddy(nameLine);
accountLabel->setBuddy(accountLine);
#endif // QT_NO_SHORTCUT
retranslateUi(MainWindow);
QMetaObject::connectSlotsByName(MainWindow);
} // setupUi
void retranslateUi(QWidget *MainWindow)
{
MainWindow->setWindowTitle(QApplication::translate("MainWindow", "Online library", nullptr));
headPho->setText(QApplication::translate("MainWindow", "TextLabel", nullptr));
nameLabel->setText(QApplication::translate("MainWindow", "\346\230\265\347\247\260: ", nullptr));
accountLabel->setText(QApplication::translate("MainWindow", "\350\264\246\345\217\267: ", nullptr));
landLabel->setText(QApplication::translate("MainWindow", "\345\217\257\345\200\237\345\233\276\344\271\246(\346\234\254): ", nullptr));
periodLabel->setText(QApplication::translate("MainWindow", "\346\234\200\345\244\247\345\200\237\351\230\205\345\244\251\346\225\260: ", nullptr));
emailLabel->setText(QApplication::translate("MainWindow", "\351\202\256\347\256\261: ", nullptr));
creditLabel->setText(QApplication::translate("MainWindow", "\344\277\241\350\252\211\347\247\257\345\210\206\357\274\232", nullptr));
listBook->setText(QApplication::translate("MainWindow", "\346\265\217\350\247\210\344\271\246\347\233\256", nullptr));
userList->setText(QApplication::translate("MainWindow", "\347\224\250\346\210\267\347\256\241\347\220\206", nullptr));
landHistory->setText(QApplication::translate("MainWindow", "\345\200\237\351\230\205\345\216\206\345\217\262", nullptr));
changeInfo->setText(QApplication::translate("MainWindow", "\344\277\256\346\224\271\344\270\252\344\272\272\344\277\241\346\201\257", nullptr));
changePwd->setText(QApplication::translate("MainWindow", "\344\277\256\346\224\271\345\257\206\347\240\201", nullptr));
} // retranslateUi
};
namespace Ui {
class MainWindow: public Ui_MainWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MAINWINDOW_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。