/****************************************************************************
** Meta object code from reading C++ file 'MainWindow.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.1)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../MainWindow.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'MainWindow.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.5.1. 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_MainWindow_t {
QByteArrayData data[1];
char stringdata0[11];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = {
{
QT_MOC_LITERAL(0, 0, 10) // "MainWindow"
},
"MainWindow"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_MainWindow[] = {
// content:
7, // revision
0, // classname
0, 0, // classinfo
0, 0, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount
0 // eod
};
void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
Q_UNUSED(_o);
Q_UNUSED(_id);
Q_UNUSED(_c);
Q_UNUSED(_a);
}
const QMetaObject MainWindow::staticMetaObject = {
{ &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow.data,
qt_meta_data_MainWindow, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};
const QMetaObject *MainWindow::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *MainWindow::qt_metacast(const char *_clname)
{
if (!_clname) return Q_NULLPTR;
if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata0))
return static_cast<void*>(const_cast< MainWindow*>(this));
return QMainWindow::qt_metacast(_clname);
}
int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QMainWindow::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
return _id;
}
QT_END_MOC_NAMESPACE
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
实现功能:利用VS2012封装生成动态链接库(.dell和.lib)给QT调用 文件包含:1.VS2012生成动态库工程 2.QT5.5.1调用VS2012动态库工程(注释内含调用具体方法) 3.QT调用运行结果图片
资源详情
资源评论
资源推荐
收起资源包目录
VS创建动态库及QT调用实例.rar (86个子文件)
VS创建动态库及QT调用实例
DellDemo
TestDell
Release
TestDell.dll 12KB
TestDell.lib 3KB
TestDell.pdb 395KB
TestDell.exp 2KB
TestDell
DellDemo.cpp 1KB
Release
CL.write.1.tlog 294B
CL.read.1.tlog 12KB
TestDell.log 2KB
cl.command.1.tlog 696B
link-cvtres.read.1.tlog 2B
DellDemo.obj 690KB
TestDell.Build.CppClean.log 1KB
link.write.1.tlog 280B
TestDell.write.1.tlog 221B
link-rc.write.1.tlog 2B
link-cvtres.write.1.tlog 2B
link.command.1.tlog 1KB
link-rc.read.1.tlog 2B
link.read.1.tlog 3KB
vc110.pdb 308KB
TestDell.lastbuildstate 56B
TestDell.vcxproj 5KB
TestDell.vcxproj.filters 1KB
Debug
vc110.idb 251KB
CL.write.1.tlog 286B
CL.read.1.tlog 12KB
TestDell.log 1KB
cl.command.1.tlog 676B
link-cvtres.read.1.tlog 2B
DellDemo.obj 137KB
link.write.1.tlog 350B
TestDell.write.1.tlog 213B
link-rc.write.1.tlog 2B
link-cvtres.write.1.tlog 2B
link.command.1.tlog 1KB
link-rc.read.1.tlog 2B
link.read.1.tlog 3KB
vc110.pdb 316KB
TestDell.lastbuildstate 54B
DellDemo.h 624B
TestDell.sdf 7.06MB
TestDell.sln 1KB
TestDell.v11.suo 21KB
Debug
TestDell.dll 61KB
TestDell.lib 3KB
TestDell.pdb 619KB
TestDell.ilk 291KB
TestDell.exp 2KB
DellDemo为VS2012生成动态库工程,请拷贝到非中文目录下实验
DellTest
DellTest
DellTest.pro.user 18KB
Makefile.Debug 41KB
ui_MainWindow.h 2KB
MainWindow.ui 654B
include
Makefile.Release 40KB
MainWindow.h 360B
main.cpp 183B
debug
DellTest.exe_manifest.rc 102B
TestDell.dll 12KB
DellTest.lib 2KB
DellTest.exp 653B
moc_MainWindow.cpp 3KB
DellTest.exe 70KB
delltest.pdb 2.22MB
DellTest.ilk 800KB
main.obj 160KB
DellTest.exe.embed.manifest 638B
MainWindow.obj 237KB
moc_MainWindow.obj 162KB
MainWindow.cpp 1KB
lib
TestDell.lib 3KB
Makefile 24KB
DellDemo.h 624B
DellTest.pro 591B
release
TestDell.dll 12KB
DellTest.lib 2KB
DellTest.exp 655B
moc_MainWindow.cpp 3KB
TestDell.lib 3KB
DellTest.exe 25KB
main.obj 59KB
DellTest.exe.embed.manifest 638B
MainWindow.obj 98KB
moc_MainWindow.obj 60KB
DellTest为QT测试调用动态库工程,请拷贝到非中文目录下实验
QT调用动态库需要的文件
TestDell.dll 12KB
TestDell.lib 3KB
三个文件均为32bit_release版本
DellDemo.h 624B
QT调用运行结果.png 191KB
共 86 条
- 1
刘良运
- 粉丝: 77
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0