The QToolButton class provides a quick-access button to commands or options, usually used inside a QToolBar.
The QCheckBox widget provides a checkbox with a text label.
The QRadioButton widget provides a radio button with a text or pixmap label.
Containers
The The QGroupBox widget provides a group box frame with a title.
The QTabWidget class provides a stack of tabbed widgets.
The QFrame widget provides a simple decorated container for other widgets.
The QToolBox class provides a column of tabbed widget items.
Item Views
The QListView class provides a default model/view implementation of a list/icon view. The QListWidget class provides a classic item-based list/icon view.
The QTreeView class provides a default model/view implementation of a tree view. The QTreeWidget class provides a classic item-based tree view.
The QTableView class provides a default model/view implementation of a table view. The QTableWidget class provides a classic item-based table view.
Display Widgets
The QProgressBar widget provides a horizontal progress bar.
The QLabel widget provides a text or image display.
The QLCDNumber widget displays a number with LCD-like digits.