10 2019 档案

摘要:QGroundControl Source Code Learning Series 3 QGCApplication QGCApplication 继承自 QGuiApplication,而不是 QApplication。QGroundControl 界面是使用 QML 及 QtQuick 组件完 阅读全文
posted @ 2019-10-20 13:12 brifuture 阅读(760) 评论(0) 推荐(0)
摘要:QGroundControl Source Code Learning Series 2 AppMessages AppMessages 类主要用来处理程序运行过程中的消息及日志记录。 在使用 Qt 进行开发时,难以避免会使用 QDebug (QInfo | QWarning | QCritical 阅读全文
posted @ 2019-10-16 16:23 brifuture 阅读(362) 评论(1) 推荐(0)
摘要:QGroundControl Source Code Learning Series 1 写在前面:这个系列将会以 [QGroundControl][QGroundControl] Stable V3.5.1 的源代码为基础进行学习。 由于 QGroundControl 的项目庞大,包含的文件较多, 阅读全文
posted @ 2019-10-14 20:27 brifuture 阅读(505) 评论(0) 推荐(0)