资源简介
在学习QT绘图过程中,编写的截图工具源码,供参考学习,Windows和Linux下编译通过,QT版本5.9.1。
代码片段和文件信息
#include “mainwindow.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
MainWindow w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 183 2017-11-16 23:23 ScreenShot\main.cpp
文件 3421 2017-11-18 17:42 ScreenShot\mainwindow.cpp
文件 971 2017-11-18 17:41 ScreenShot\mainwindow.h
文件 3101 2017-11-18 00:06 ScreenShot\mainwindow.ui
文件 2546 2017-11-18 17:27 ScreenShot\screenshot.cpp
文件 835 2017-11-18 16:22 ScreenShot\screenshot.h
文件 446 2017-11-16 23:29 ScreenShot\ScreenShot.pro
文件 411 2017-11-16 23:29 ScreenShot\screenshot.ui
- 上一篇:pwpack完美解决PCK
- 下一篇:QT编写简易英汉词典的源码
评论
共有 条评论