資源簡介
在學習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編寫簡易英漢詞典的源碼
評論
共有 條評論