This qt-by-example
is a project which is aimed to track the learning tutorial of Qt.
This repository contains:
- Example code of Qt.
- Notes and keypoints.
For working requirements, I spend most of time learning Qt, to make knowledge persist, I create this project as an assistant to help me learn this skill.
The palest ink is better than the best memory.
Warning: If you want to give these demo program a try, you should first fork this repository, review the code, and remove things you don't want or need. Don't blindly use my code unless you know what that entails. Use at your own risk!
You can clone the repository wherever you want. (I like to keep it in ~/Documents/code/cplusplus
.)
The bootstrapper script will pull in the latest version.
$ git clone https://github.com/dantin/qt-by-example.git && cd qt-by-example
This is only a documentation page. You can find out more on specification.
- Qt base - Official mirror of the qt-project.org
qt/git
repository.
Suggestions and improvements welcome!
Free free to Open an issue or submit PRs.
BSD 3 Clause © David Ding