1 Star 0 Fork 1

Ammon888/Qt_StudentManager_Project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ui_LogForm.h 3.54 KB
一键复制 编辑 原始数据 按行查看 历史
Ammon888 提交于 2023-02-11 18:22 . 兼容msc环境,避免中文乱码
/********************************************************************************
** 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/Ammon888/Qt_StudentManager_Project.git
git@gitee.com:Ammon888/Qt_StudentManager_Project.git
Ammon888
Qt_StudentManager_Project
Qt_StudentManager_Project
master

搜索帮助