/qt-by-example

Qt Examples

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Qt by Examples

standard-readme compliant

This qt-by-example is a project which is aimed to track the learning tutorial of Qt.

This repository contains:

  1. Example code of Qt.
  2. Notes and keypoints.

Table of Contents

Background

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.

Install

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!

Using Git and bootstrap script

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

Usage

This is only a documentation page. You can find out more on specification.

Related Efforts

  • Qt base - Official mirror of the qt-project.org qt/git repository.

Maintainers

@dantin

Contributing

Suggestions and improvements welcome!

Free free to Open an issue or submit PRs.

License

BSD 3 Clause © David Ding