资源简介
将QT界面做成dll在qt其他程序中调用,
代码片段和文件信息
#include “mainwindow.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
MainWindow w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 66 2018-09-21 21:53 DllDemo\DllDemo.pro
文件 23980 2018-09-21 21:49 DllDemo\DllDemo.pro.user
文件 1614 2018-09-21 22:05 DllDemo\DllTest\DllTest.pro
文件 183 2018-09-21 21:53 DllDemo\DllTest\main.cpp
文件 462 2018-09-21 22:12 DllDemo\DllTest\mainwindow.cpp
文件 410 2018-09-21 22:09 DllDemo\DllTest\mainwindow.h
文件 654 2018-09-21 21:53 DllDemo\DllTest\mainwindow.ui
文件 982 2018-09-21 21:43 DllDemo\WidgetDll\mainwidget.ui
文件 198 2018-09-21 22:08 DllDemo\WidgetDll\widgetdll.cpp
文件 393 2018-09-21 22:12 DllDemo\WidgetDll\widgetdll.h
文件 1103 2018-09-21 21:43 DllDemo\WidgetDll\WidgetDll.pro
文件 264 2018-09-21 21:42 DllDemo\WidgetDll\widgetdll_global.h
目录 0 2018-09-21 22:12 DllDemo\DllTest
目录 0 2018-09-21 22:12 DllDemo\WidgetDll
目录 0 2018-09-21 21:53 DllDemo
----------- --------- ---------- ----- ----
30309 15
相关资源
- qt5插件demo源码qt5插件demo源码
- qt日程管理软件
- Qt 控件的CSS样式
- Qt使用tcp实现的简单服务端和客户端(
- PyQt4多类图像显示和编辑
- PyQt5:QtCharts 绘制折线图
- pyqt5:Qpainter绘制基础图形,鼠标拖动
- 基于Qt的数据管理系统
- SecrchLineEdit
- PasswordLineEdit
- TranslateLanguage
- HexEditor_0_9_5_UNI_dll.zip
- 基于QT的登陆用户界面
- 基于QT的仪表盘
- pyqt实现虚拟小键盘
- Qt抓图软件
-
将xm
l内容显示Qt界面 - qt 设计菜单图标qt 设计菜单图标
- UI界面设计文档,详细设计文档
- Office插件.olb文件注册工具
- CameraHDR.rar
- qt ftp上传
- Qt窗体间传递数据的三种模型
- Qt 写的http 请求使用POST Json
- YUV420在qt5下显示
- 破解后CADImporterDLL v7.2
- qt 压缩解压缩文件和文件夹源码
- Quectel_EC2x&EG9x;&EM05;_MQTT_Application_Note
- 基于QT的聊天小程序实现注册登录,传
- Qt中国象棋项目 毕业设计
评论
共有 条评论