https://github.com/ustclug/qtguide
Qt Programming Guide
https://github.com/ustclug/qtguide
Last synced: about 1 year ago
JSON representation
Qt Programming Guide
- Host: GitHub
- URL: https://github.com/ustclug/qtguide
- Owner: ustclug
- License: other
- Created: 2017-04-18T12:58:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T13:30:26.000Z (over 2 years ago)
- Last Synced: 2025-03-27T08:55:28.880Z (about 1 year ago)
- Language: HTML
- Homepage: https://qtguide.ustclug.org
- Size: 97.3 MB
- Stars: 93
- Watchers: 19
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.htm
Awesome Lists containing this project
README
Qt编程指南 qtguide
======================
###
本教程主页:
https://qtguide.ustclug.org/
###
准备写一本关于Qt编程的书,读者需要C++基础,推荐《C++ Primer Plus》。
打算写成良心之作,慢慢写吧。
主要是讲传统C++/Qt编程,因为QML我也不会用,而且QML和C++混合编程应该能独立出书的。
###
所用的开发环境可以去Qt官网下载:
http://download.qt.io/archive/qt/5.4/5.4.0/
也可以从百度网盘下载:
http://pan.baidu.com/s/1nuk5Lbz
###
默认采用Qt 5.4.0版本开发环境,读者使用最新的Qt版本也可以,安装和配置教程上面百度网盘链接里面有,
书籍里面以后也会讲。
###
任重道远,得想想从哪开始。
###
碰巧看到网上有QML的教程,分享一下:
https://github.com/cwc1987/QmlBook-In-Chinese