首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

C++ QT login 登录界面 小例子

后端 1.54MB 15 需要积分: 1
立即下载

资源介绍:

C++ QT login 登录界面 小例子
/**************************************************************************** ** Meta object code from reading C++ file 'simpleapp.h' ** ** Created by: The Qt Meta Object Compiler version 68 (Qt 6.7.0) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../../../simpleapp.h" #include #include #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'simpleapp.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 68 #error "This file was generated using the moc from 6.7.0. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif #ifndef Q_CONSTINIT #define Q_CONSTINIT #endif QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED QT_WARNING_DISABLE_GCC("-Wuseless-cast") namespace { #ifdef QT_MOC_HAS_STRINGDATA struct qt_meta_stringdata_CLASSSimpleAppENDCLASS_t {}; constexpr auto qt_meta_stringdata_CLASSSimpleAppENDCLASS = QtMocHelpers::stringData( "SimpleApp", "on_btnExit_clicked", "", "on_btnLongin_clicked" ); #else // !QT_MOC_HAS_STRINGDATA #error "qtmochelpers.h not found or too old." #endif // !QT_MOC_HAS_STRINGDATA } // unnamed namespace Q_CONSTINIT static const uint qt_meta_data_CLASSSimpleAppENDCLASS[] = { // content: 12, // 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, initial metatype offsets 1, 0, 26, 2, 0x08, 1 /* Private */, 3, 0, 27, 2, 0x08, 2 /* Private */, // slots: parameters QMetaType::Void, QMetaType::Void, 0 // eod }; Q_CONSTINIT const QMetaObject SimpleApp::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_CLASSSimpleAppENDCLASS.offsetsAndSizes, qt_meta_data_CLASSSimpleAppENDCLASS, qt_static_metacall, nullptr, qt_incomplete_metaTypeArray, // method 'on_btnExit_clicked' QtPrivate::TypeAndForceComplete, // method 'on_btnLongin_clicked' QtPrivate::TypeAndForceComplete >, nullptr } }; void SimpleApp::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { if (_c == QMetaObject::InvokeMetaMethod) { auto *_t = static_cast(_o); (void)_t; switch (_id) { case 0: _t->on_btnExit_clicked(); break; case 1: _t->on_btnLongin_clicked(); break; default: ; } } (void)_a; } const QMetaObject *SimpleApp::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *SimpleApp::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_CLASSSimpleAppENDCLASS.stringdata0)) return static_cast(this); return QMainWindow::qt_metacast(_clname); } int SimpleApp::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QMainWindow::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(_a[0]) = QMetaType(); _id -= 2; } return _id; } QT_WARNING_POP

资源文件列表:

LoginApp.zip 大约有29个文件
  1. LoginApp/
  2. LoginApp/build/
  3. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/
  4. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/.qmake.stash 1020B
  5. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/debug/
  6. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/debug/LoginApp.exe 2.61MB
  7. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/debug/main.o 597.25KB
  8. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/debug/moc_predefs.h 16.35KB
  9. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/debug/moc_secdialog.cpp 2.86KB
  10. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/debug/moc_secdialog.o 498.55KB
  11. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/debug/moc_simpleapp.cpp 3.98KB
  12. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/debug/moc_simpleapp.o 500.76KB
  13. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/debug/secdialog.o 661.77KB
  14. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/debug/simpleapp.o 756.39KB
  15. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/Makefile 32.41KB
  16. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/Makefile.Debug 74.46KB
  17. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/Makefile.Release 74.58KB
  18. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/release/
  19. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/ui_secdialog.h 1.89KB
  20. LoginApp/build/Desktop_Qt_6_7_0_MinGW_64_bit-Debug/ui_simpleapp.h 5.82KB
  21. LoginApp/LoginApp.pro 671B
  22. LoginApp/LoginApp.pro.user 19.12KB
  23. LoginApp/main.cpp 181B
  24. LoginApp/secdialog.cpp 223B
  25. LoginApp/secdialog.h 303B
  26. LoginApp/secdialog.ui 971B
  27. LoginApp/simpleapp.cpp 987B
  28. LoginApp/simpleapp.h 479B
  29. LoginApp/simpleapp.ui 4.78KB
0评论
提交 加载更多评论
其他资源 node-sass4.11.0
23123131231231231
node-sass4.11.0 node-sass4.11.0
《渗透测试专用爆破字典》
渗透测试专用暴力破解字典,包含各类用户名、密码,SQL注入、XSS等poc、目录路径地址等
mm系列包hfjehfkevmkd
mm系列包hfjehfkevmkd
最全的交换机资料.zip
最全的交换机资料.zip
最全的交换机资料.zip 最全的交换机资料.zip 最全的交换机资料.zip
SecureCRT SecureFXPortable32.zip
SecureCRT是一款支持SSH(SSH1和SSH2)的终端仿真程序,简单地说是Windows下登录UNIX或Linux服务器主机的软件。SecureCRT支持SSH,同时支持Telnet和rlogin协议。SecureCRT的SSH协议支持DES,3DES和RC4密码和密码与RSA鉴别。在今后的工作和学习中会经常的用到用来连接linux服务器。 SecureFXP最新版是款方便快捷的文件传输工具。SecureFX可以让你在windows系统中登陆UNIX或Linux的服务器主机并实现管理设置,且能够支持标签化SSH对话。SecureFX还支持SSH1,SSH2,Telnet,RLogin,Serial,和TAPI协议。
51单片机(STC8051U34K64)-RA8889-硬件SPI4通信-参考代码(v1.3)
51单片机(STC8051U34K64)-RA8889-硬件SPI4通信_参考代码(v1.3)
STC8H8K64U-RA8889-HW-SPI4-v1.3
STC8H8K64U+RA8889+7寸TFT_800x480+硬件SPI通信源码
20240716naWCLQKB.zip
20240716naWCLQKB.zip