Home - russ-hensel/qt5_by_example GitHub Wiki
Welcome to the qt5_by_example wiki! --- We are still pre alpha, come back later unless you are feeling adventurous. In any case this is an application/book for Python QT5 developers, if you are one read on.
We have big plans for this Wiki: we hope to turn it into a book that combined with the code here will be a good place to learn a lot about Qt.
The working title of the book is "What We Know about QT5". This title because we are only going to cover what we have learned from writing QT applications and doing a bit of research.
If you know something about QT and would like to contribute we are very open to that.
This app is about QT5 which is nearing end of life. When that happens we will convert to some version of QT6 and keep this app as an archive and keep going on the new QT6_By_Example and What We Know about QT6
Introduction ---------
- Who This Book is For
- What This Book Is
- How to Use this Book .dir_for_tabs
Tutorial ---------
- Installing QT5 for Python
- Creating A Minimal Application
- Minimal Application with Just a Button
- Other References
- Using QT Example App
- Using QT Example Tabs
- How to Use the Wat Inspector
Widget Reference ---------
- Widget Reference Including ( and more use this link )
-
Parsing JSON with QT
-
Generating JSON with QT
-
SQL with QT: Databases with the QT SQL APIs
Code Like Real Python ---------
Code Based On Books ---------
Other Code of Interest
Hows This App Works Internals ---------
- QT5_By_Example Design
- Code Like Real Python
- Code Descended from TabReBase
- Code Descended from TabBase
- Preferences
Notes for Authors ---------
- Russ Notes: what it says
- David Notes: what it says
- WIP