Rapid GUI Programming with Python and Qt
This book by former Qt documentation manager, Mark Summerfield, teaches programmers how to write programs using PyQt4, the Python bindings for the Qt 4 application development framework.
Aimed at developers with basic knowledge of object-oriented programming, the book contains a brief introduction to Python as well as covering the wide range of GUI development features that Qt and PyQt provide.
Some topics covered by the book:
- Introduction to GUI Programming
- Dialogs and Main Windows
- Layouts and Multiple Documents
- Custom Widgets
- Graphics and Rich Text
- Model/View Programming and Databases
The book also contains a set of chapters containing advanced material, addressing internationalization, networking and multithreading.
More information about this title can be found on the book's home page at the author's website.

