-
Notifications
You must be signed in to change notification settings - Fork 0
Home
We are in the process of copying from the qt5_by_example wiki, and will update for pyqt which is compatible with qt5 qt6 and pyside.
see *Compatible Qt *Application Status
Welcome to the pyqt_by_example wiki! --- We now alpha, stay if you feel a bit adventurous otherwise come back a bit later. 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 PYQT". This title because we are only going to cover what we have learned from writing QT applications and doing a bit of research. There is a lot more to QT that we have not learned, yet.
If you know something about QT and would like to contribute we are very open to that.
This app is about code compatible with bot QT5 ( which is nearing end of life ) and QT6 ( more or less the current version ) and should also work with Pyside.
Introduction ---------
Tutorial ---------
- Installing QT for Python
- Creating A Minimal Application
- Minimal Application with Just a Button
- Other References
- Installing QT Example App
- Using QT Example App
- Using QT Example Tabs
- How to Use the Wat Inspector
Basic Widget Reference ---------
- Widget Reference for the basic widgets like buttons.... and layouts
Useful widgets for DB access ---------
* SQL with QT: Databases with the QT SQL APIs
Other Code of Interest
- Other Code of Interest tabs below will be moved in time to this topic
Code Like Real Python ---------
Code Based On Books ---------
- Fitz Book many tabs in app, document ion wip
Hows This App Works Internals ---------
- QT5_By_Example Design
- Design of TabBase
- 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