资源简介
一个适合初学C++/Qt的人学习系统托盘技术的工程,内附源代码与编译好的程序,祝Qt学习道路越走越顺~
代码片段和文件信息
#include “mainwindow.h“
#include
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
MainWindow w;
QIcon titleIcon(“wintitleico.png“);
w.setWindowIcon(titleIcon);
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-01-20 16:59 Tpicon_Instead\
文件 1150 2008-03-25 22:23 Tpicon_Instead\icon.ico
文件 275 2018-01-11 21:21 Tpicon_Instead\main.cpp
文件 2656 2018-01-20 15:56 Tpicon_Instead\mainwindow.cpp
文件 515 2018-01-12 18:02 Tpicon_Instead\mainwindow.h
文件 4589 2018-01-12 18:50 Tpicon_Instead\mainwindow.ui
文件 59 2018-01-20 16:33 Tpicon_Instead\res.rc
文件 449 2018-01-20 16:41 Tpicon_Instead\Tpicon_Instead.pro
文件 18799 2018-01-20 16:59 Tpicon_Instead\Tpicon_Instead.pro.user
文件 74 2018-01-08 20:55 Tpicon_Instead\tpicon_instead.qrc
目录 0 2018-01-20 16:58 发布\
文件 3231688 2012-07-26 03:25 发布\D3Dcompiler_46.dll
目录 0 2018-01-20 16:58 发布\iconengines\
文件 30208 2015-06-29 18:34 发布\iconengines\qsvgicon.dll
目录 0 2018-01-20 16:58 发布\imageformats\
文件 38912 2015-06-29 18:35 发布\imageformats\qdds.dll
文件 24576 2015-06-29 18:32 发布\imageformats\qgif.dll
文件 32256 2015-06-29 18:35 发布\imageformats\qicns.dll
文件 24576 2015-06-29 18:32 发布\imageformats\qico.dll
文件 418304 2015-06-29 18:36 发布\imageformats\qjp2.dll
文件 243712 2015-06-29 18:32 发布\imageformats\qjpeg.dll
文件 221184 2015-06-29 18:35 发布\imageformats\qmng.dll
文件 19456 2015-06-29 18:34 发布\imageformats\qsvg.dll
文件 18432 2015-06-29 18:35 发布\imageformats\qtga.dll
文件 312832 2015-06-29 18:35 发布\imageformats\qtiff.dll
文件 18432 2015-06-29 18:36 发布\imageformats\qwbmp.dll
文件 324096 2015-06-29 18:36 发布\imageformats\qwebp.dll
文件 10752 2015-06-29 18:21 发布\libEGL.dll
文件 1626112 2015-06-29 18:19 发布\libGLESV2.dll
文件 54125 2010-08-29 16:46 发布\logo.png
文件 534480 2012-07-26 19:08 发布\msvcp110.dll
............此处省略27个文件信息
- 上一篇:粒子群算法c++代码.rar
- 下一篇:C#调用C++的DLL
相关资源
- 哈夫曼编码压缩c++版和QT5版 QT5版实现
- 使用C++开发的双人五子棋游戏()
- qt和vs2013
- QT C++ 算法 广搜BFS 最小步数解二阶魔
- MFC调用QT页面
- 基于QT的小型OA-ERP系统(源码1)
- 背单词软件源代码(使用C++和Qt库编写
- C++ QT面向对象课程设计 大作业
- mqtt-client MFC工程调用开源代码
- qt-everywhere-opensource-src-4.7.0.tar.gz
- 基于QT的打地鼠游戏
- C++ QT 俄罗斯方块源码
- QT5 编程入门.霍亚飞(带详细书签)
- 多功能计算器Qt版本
- 基于QT的局域网聊天系统.
- C++ GUI Qt 4编程第二版 经典教材适合
- qt画图板的实现
- Hands-On GUI Programming with C++ and Qt5
- Introduction to Design Patterns in C++ with Qt
- C++ GUI Qt 4编程第二版.pdf中文版,含目
- 图书馆管理系统-基于qt5.0 未使用数据
- 基于QT的C语言实现连连看游戏源码
- 讯飞windows端语音识别一套是基于QT设
- Qt实现仿QQ截图,带绘图,撤回功能!
- C++ GUI Qt 4编程第二版书+源代码
- C++GUI+Qt4编程中文(中文最新版)
- C++ GUI Qt4编程第二版(中文高清PDF扫描
- stm32 上下位机通信
- C++ GUI Programming with Qt 4 Second Edition.c
- C+++GUI Qt4编程 第二版 高清 中文文字版
评论
共有 条评论