/****************************************************************************
** Meta object code from reading C++ file 'formlogin.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../../Demo1/formlogin.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'formlogin.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.7.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
struct qt_meta_stringdata_FormLogin_t {
QByteArrayData data[4];
char stringdata0[57];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_FormLogin_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_FormLogin_t qt_meta_stringdata_FormLogin = {
{
QT_MOC_LITERAL(0, 0, 9), // "FormLogin"
QT_MOC_LITERAL(1, 10, 21), // "on_pushButton_clicked"
QT_MOC_LITERAL(2, 32, 0), // ""
QT_MOC_LITERAL(3, 33, 23) // "on_pushButton_2_clicked"
},
"FormLogin\0on_pushButton_clicked\0\0"
"on_pushButton_2_clicked"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_FormLogin[] = {
// content:
7, // revision
0, // classname
0, 0, // classinfo
2, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount
// slots: name, argc, parameters, tag, flags
1, 0, 24, 2, 0x08 /* Private */,
3, 0, 25, 2, 0x08 /* Private */,
// slots: parameters
QMetaType::Void,
QMetaType::Void,
0 // eod
};
void FormLogin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
FormLogin *_t = static_cast<FormLogin *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->on_pushButton_clicked(); break;
case 1: _t->on_pushButton_2_clicked(); break;
default: ;
}
}
Q_UNUSED(_a);
}
const QMetaObject FormLogin::staticMetaObject = {
{ &QWidget::staticMetaObject, qt_meta_stringdata_FormLogin.data,
qt_meta_data_FormLogin, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};
const QMetaObject *FormLogin::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *FormLogin::qt_metacast(const char *_clname)
{
if (!_clname) return Q_NULLPTR;
if (!strcmp(_clname, qt_meta_stringdata_FormLogin.stringdata0))
return static_cast<void*>(const_cast< FormLogin*>(this));
return QWidget::qt_metacast(_clname);
}
int FormLogin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QWidget::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 2)
qt_static_metacall(this, _c, _id, _a);
_id -= 2;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 2)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 2;
}
return _id;
}
QT_END_MOC_NAMESPACE
没有合适的资源?快使用搜索试试~ 我知道了~
qt做的一个简单的带登录窗体的demo
共84个文件
dll:23个
qm:22个
o:10个
需积分: 0 0 下载量 35 浏览量
2024-01-13
15:36:38
上传
评论
收藏 22.94MB ZIP 举报
温馨提示
做了一个简单的带登录窗体的demo,有用户名和密码不能为空的验证,原理是在main.cpp的主函数入口处: 1、将默认的MainWindow主窗体注释。 2、新建一个formlogin登录窗体,在主函数中先运行登录窗体。 3、在登录窗体中引用MainWindow窗体,并显示(show)。 如果大家不会用Qt创建一个项目,可以先看我之前写的文章。https://mp.csdn.net/mp_blog/creation/editor/135565568 runEXE文件夹里的Demo1.exe可独立运行。 Demo1文件夹里是工程及代码文件。 build-Demo1-Qt_5_7_0_in_PATH_mingw53_32-Debug 是debug下程序编译路径 build-Demo1-Qt_5_7_0_in_PATH_mingw53_32-Release 是release下程序编译路径 当然一个程序先显示登录窗体,还有其他的方式,以后我们在其他的章节再介绍。
资源推荐
资源详情
资源评论
收起资源包目录
Demo1.zip (84个子文件)
Demo1
Demo1.pro.user 23KB
mainwindow.h 400B
Demo1.pro 1KB
formlogin.h 398B
mainwindow.cpp 329B
main.cpp 228B
Demo1.pro.user.22 22KB
mainwindow.ui 2KB
formlogin.cpp 844B
formlogin.ui 2KB
RunEXE
styles
qwindowsvistastyle.dll 328KB
libGLESv2.dll 7.43MB
Qt5Gui.dll 9.4MB
imageformats
qjpeg.dll 472KB
qsvg.dll 73KB
qtga.dll 68KB
qtiff.dll 543KB
qwebp.dll 561KB
qgif.dll 75KB
qicns.dll 96KB
qwbmp.dll 67KB
qico.dll 82KB
Qt5Core.dll 8.07MB
Qt5Svg.dll 576KB
Qt5Widgets.dll 8.71MB
translations
qt_lv.qm 150KB
qt_sk.qm 123KB
qt_cs.qm 171KB
qt_de.qm 209KB
qt_ja.qm 127KB
qt_fi.qm 176KB
qt_da.qm 170KB
qt_ko.qm 128KB
qt_fr.qm 162KB
qt_pl.qm 159KB
qt_ar.qm 156KB
qt_it.qm 157KB
qt_bg.qm 161KB
qt_gd.qm 185KB
qt_es.qm 161KB
qt_en.qm 23B
qt_uk.qm 155KB
qt_zh_TW.qm 125KB
qt_ca.qm 180KB
qt_hu.qm 157KB
qt_he.qm 135KB
qt_ru.qm 194KB
iconengines
qsvgicon.dll 96KB
platforms
qwindows.dll 2.83MB
libwinpthread-1.dll 46KB
libEGL.dll 66KB
Demo1.exe 35KB
opengl32sw.dll 15.25MB
libstdc++-6.dll 1.47MB
D3Dcompiler_47.dll 3.31MB
libgcc_s_dw2-1.dll 111KB
build-Demo1-Qt_5_7_0_in_PATH_mingw53_32-Release
ui_formlogin.h 3KB
Makefile 23KB
debug
release
moc_formlogin.o 9KB
moc_mainwindow.cpp 3KB
moc_formlogin.cpp 4KB
moc_mainwindow.o 9KB
mainwindow.o 11KB
Demo1.exe 35KB
main.o 1KB
formlogin.o 12KB
Makefile.Release 47KB
ui_mainwindow.h 4KB
Makefile.Debug 47KB
.qmake.stash 726B
build-Demo1-Qt_5_7_0_in_PATH_mingw53_32-Debug
ui_formlogin.h 3KB
Makefile 23KB
debug
moc_formlogin.o 405KB
moc_mainwindow.cpp 3KB
moc_formlogin.cpp 4KB
moc_mainwindow.o 406KB
mainwindow.o 492KB
Demo1.exe 2.08MB
main.o 483KB
formlogin.o 499KB
release
Makefile.Release 48KB
ui_mainwindow.h 4KB
Makefile.Debug 48KB
.qmake.stash 726B
共 84 条
- 1
资源评论
周不易
- 粉丝: 531
- 资源: 20
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 预计2030年全球昆虫源饲料市场规模将达到27.4亿美元
- 基于springboot的家政服务管理平台源码(java毕业设计完整源码+LW).zip
- 预计2030年全球铌酸锂薄膜(LNOI)和钽酸锂薄膜(LTOI)市场规模将达到7.7亿美元
- 基于企业微信的客户运营9问9答
- 地级市数字贸易关注度词频数据及城市数字贸易关注度词频数据(2003-2024年).txt
- HTML5 Canvas烟花动画:JavaScript与CSS的结合实现动态效果
- 全新UI-APP分发系统网站源码-全新IPA/APK APP分发平台+对接码支付+密钥生成
- 使用HTML和CSS打造闪烁彩灯的圣诞树网页
- 华为交换机网络设备MIB文件
- 最新更新!!!全国各省、市、县逐年水文数据(降水量)1950-2022
- 预计2030年全球铌酸锂单晶薄膜市场规模将达到4.17亿美元
- SXU-软件工程论文及绘图
- 预计2030年全球一次性刀叉餐具市场规模将达到28.1亿美元
- 预计2030年全球脂质纳米粒子(LNP)生产设备市场规模将达到3亿美元
- 基于springboot的农机电招平台源码(java毕业设计完整源码+LW).zip
- 智慧航道动态监测管理平台
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功