Skip to content
russ_hensel edited this page May 12, 2026 · 17 revisions

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.

Before continuing with this page you may want to see:

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 QT developers, if you are one read on.

We have big plans for this Wiki: we hope to turn it into a book ( this wiki ) 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 both QT5 ( which is nearing end of life ) and QT6 ( more or less the current version ) and should also work with Pyside.

Introduction

In the application there is a set of tabs for you to open. Each tab has some theme, in some cases the theme is around a number of example widget more or less to show them off, in other cases there may be only 1 or 2 widgets and the tab is meant to be a fairly detailed reference to those widgets. Tabs should always have a link to one of this wiki's pages. Many wiki pages are best read when also running the app. The wiki does not contain much code, the code is in the app. Some of this is explained in the links just below especially Using QT Example App Using QT Example Tabs.

Tutorial

Wiki Pages linked to particular tabs

Basic Widget Reference

  • Widget Reference a whole set of pages for the basic widgets like buttons.... and layouts

Useful widgets for DB access

  • SQL with QT: a few pages for Databases with the QT SQL APIs

Other Code of Interest

Code Like Real Python

Code Based On Books

  • Fitz Book many tabs in app, document ion wip

Hows This App Works Internals

Notes for Authors

Clone this wiki locally