/Learning-QT

QT学习资料

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Learning-QT

了解GitHub-GFM语法规则

QT下载

中文官网下载
https://download.qt.io/archive/qt/

QT学习网站

序号 教程链接 备注
1️⃣ https://blog.51cto.com/u_9291927/2138876) Qt开发学习教程
2️⃣ http://c.biancheng.net/qt/ C语言中文网
3️⃣ --- ---
4️⃣ --- ---
5️⃣ --- ---
6️⃣ --- ---
7️⃣ --- ---
8️⃣ --- ---
9️⃣ --- ---

QT相关书籍

序号 书籍 备注
1 --- ---
2 --- ---
3 --- ---
4 --- ---

QT相关博文列表

序号 博文链接 代码链接
1 Qt开发学习教程 code
2 Doxygen代码注释规范以及生成说明文档 code

基础知识点

https://blog.csdn.net/superhcq/article/details/53509298 https://github.com/gitorup/QImageViewer

https://qtguide.ustclug.org/ch08-01.htm

https://blog.csdn.net/u011125673/article/details/51753997

https://blog.csdn.net/qq_20991549/article/details/79524256

绘制自定义控件时,可以获取控件的几何坐标,this->geometry().width();来确定控件的大小。

https://www.cnblogs.com/aiguona/p/9999507.html

https://www.cnblogs.com/linuxAndMcu/p/11002045.html