上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 1357 下一页
一 编译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)
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)
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)
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)
#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 下一页