Chapter 11. Qt GUI Widgets
This chapter provides an overview of the GUI building blocks, called widgets, that are part of the Qt library and includes some simple examples of how to use them.
Widget Categories | ||
QMainWindow and QSettings | ||
Dialogs | ||
Images and Resources | ||
Layout of Widgets | ||
QActions, QMenus, and QMenuBars | ||
QActions, QToolbars, and QActionGroups | ||
Regions and QDockWidgets | ||
Views of a QStringList |
Widgets, objects of classes derived from QWidget
, are reusable building blocks with a visual representation on the screen. The common features of a QWidget
are shown in Figure 11.1.
Figure 11.1. QWidget’s ...
Get An Introduction to Design Patterns in C++ with Qt 4 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.