会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
云舰队七套件,突出重点,不信不成功,尊重他人命运
互联网思维与中国实际相结合是我朝开国之本,持续输出,不死不休
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
27
28
29
30
31
32
33
34
35
···
1357
下一页
2019年6月12日
Qt5.8.0编译QtMqtt库并使用该库连接有人云的例子
一 编译QtMqtt库Qt5.10才官方支持MQTT,但我用的Qt版本是5.8.0 Mingw_32BIT, 为了在Qt5.8.0上添加MQTT支持,需要自己编译源码 步骤: (1) git clone https://github.com/qt/qtmqtt.git (2) 使用Qt5.8.0自带
Read More
posted @ 2019-06-12 17:12 findumars
Views(1240)
Comments(1)
Diggs(0)
2019年6月6日
Qt 4.5发布(最大的变动是换用LGPL许可证,移植进了苹果的Cocoa框架。之前的Qt只支持Carbon框架,现在的Qt 4.5两者都支持。单一源代码创建出支持32位或64位字节的Intel或PowerPC Mac二进制文件)
Nokia的开源Qt开发工具正式发布了4.5版。如前所述,Qt 4.5最大的变动是换用LGPL许可证,目前采用的三个许可证分别为LGPL/GPL和商业许可证。 新版增强图形系统、数据处理和网络引擎性能,其它主要特性有:提升与WebKit渲染引擎的集成度,包括Netscape浏览器插件API支持,Qt
Read More
posted @ 2019-06-06 18:28 findumars
Views(298)
Comments(0)
Diggs(0)
2019年6月5日
22 Years of KDE
22 Years of KDEhttps://timeline.kde.org/ http://www.kdedevelopers.org/
Read More
posted @ 2019-06-05 03:53 findumars
Views(177)
Comments(0)
Diggs(0)
2019年6月4日
QT目录模型QDirModel的使用(一个model同时连接tree,list,table)
3#include <QApplication>#include <QAbstractItemModel>#include <QAbstractItemView>#include <QItemSelectionModel> #include <QDirModel>#include <QTreeVie
Read More
posted @ 2019-06-04 17:20 findumars
Views(1219)
Comments(0)
Diggs(0)
c++11 跨平台多线程demo和qt 静态链接(std::thread有join函数,设置 QMAKE_LFLAGS = -static)
#include <stdio.h>#include <stdlib.h> #include <chrono> // std::chrono::seconds#include <iostream> // std::cout#include <thread> // std::thread, std::
Read More
posted @ 2019-06-04 17:03 findumars
Views(957)
Comments(0)
Diggs(0)
上一页
1
···
27
28
29
30
31
32
33
34
35
···
1357
下一页
公告