代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'LogForm.ui'
**
** Created by: Qt User Interface Compiler version 5.14.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_LOGFORM_H
#define UI_LOGFORM_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_LogForm
{
public:
QLabel *label;
QLineEdit *userlineEdit;
QLineEdit *pwdlineEdit;
QLineEdit *verifylineEdit;
QLabel *label_2;
QLabel *label_3;
QLabel *label_4;
QLineEdit *verlineEdit;
QPushButton *LogBtn;
void setupUi(QWidget *LogForm)
{
if (LogForm->objectName().isEmpty())
LogForm->setObjectName(QString::fromUtf8("LogForm"));
LogForm->resize(382, 296);
label = new QLabel(LogForm);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(60, 29, 271, 41));
QFont font;
font.setPointSize(20);
label->setFont(font);
userlineEdit = new QLineEdit(LogForm);
userlineEdit->setObjectName(QString::fromUtf8("userlineEdit"));
userlineEdit->setGeometry(QRect(112, 100, 161, 24));
pwdlineEdit = new QLineEdit(LogForm);
pwdlineEdit->setObjectName(QString::fromUtf8("pwdlineEdit"));
pwdlineEdit->setGeometry(QRect(110, 150, 161, 24));
verifylineEdit = new QLineEdit(LogForm);
verifylineEdit->setObjectName(QString::fromUtf8("verifylineEdit"));
verifylineEdit->setGeometry(QRect(110, 200, 161, 24));
label_2 = new QLabel(LogForm);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(60, 100, 51, 20));
label_3 = new QLabel(LogForm);
label_3->setObjectName(QString::fromUtf8("label_3"));
label_3->setGeometry(QRect(60, 150, 51, 20));
label_4 = new QLabel(LogForm);
label_4->setObjectName(QString::fromUtf8("label_4"));
label_4->setGeometry(QRect(50, 200, 51, 20));
verlineEdit = new QLineEdit(LogForm);
verlineEdit->setObjectName(QString::fromUtf8("verlineEdit"));
verlineEdit->setGeometry(QRect(300, 200, 71, 24));
LogBtn = new QPushButton(LogForm);
LogBtn->setObjectName(QString::fromUtf8("LogBtn"));
LogBtn->setGeometry(QRect(110, 250, 131, 29));
retranslateUi(LogForm);
QMetaObject::connectSlotsByName(LogForm);
} // setupUi
void retranslateUi(QWidget *LogForm)
{
LogForm->setWindowTitle(QCoreApplication::translate("LogForm", "Form", nullptr));
label->setText(QCoreApplication::translate("LogForm", "\345\255\246\347\224\237\346\210\220\347\273\251\347\256\241\347\220\206\347\263\273\347\273\237", nullptr));
label_2->setText(QCoreApplication::translate("LogForm", "\347\224\250\346\210\267\357\274\232", nullptr));
label_3->setText(QCoreApplication::translate("LogForm", "\345\257\206\347\240\201\357\274\232", nullptr));
label_4->setText(QCoreApplication::translate("LogForm", "\351\252\214\350\257\201\347\240\201\357\274\232", nullptr));
LogBtn->setText(QCoreApplication::translate("LogForm", "\347\231\273\345\275\225", nullptr));
} // retranslateUi
};
namespace Ui {
class LogForm: public Ui_LogForm {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_LOGFORM_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。