What This Book Is - russ-hensel/qt5_by_example GitHub Wiki

As it says in the title the book only covers what we know much from writing a variety of small and large projects, but also study just for the purpose of writing the book,

We think we cover all the basic widgets, from buttons to context menus. We also cover some "big" widgets like dialogs, message boxes, table, and docks.

Some widgets are invisible, these include the layouts, spacers and the clipboard, we cover them.

There are some special widget for doing SQL, we cover them.

All of the code is straight Python. We do not use the design tools that QT provides. For us this mixes in another "language" and muddies the water while providing their assistance.