The QGroupBox widget provides a group box frame with a title. More...
#include <qgroupbox.h>
Inherits QFrame.
Inherited by QButtonGroup, QHGroupBox and QVGroupBox.
The intended use of a group box is to show that a number of widgets (i.e. child widgets) are logically related. QPrintDialog is a good example; each of its three panes is one group box.
By default, the group's setFont() and setPalette() functions do not change the appearance of the widgets it contains, but you can use setFontPropagation() and setPalettePropagation() to change that.
Qt also provides a more specialized group box, QButtonGroup, that is very useful for organizing buttons in a group.
[virtual protected]
Handles paint events for the group box.
Reimplemented from QWidget.
[virtual protected]
Reimplemented for internal reasons; the API is not affected.
Reimplemented from QWidget.
Search the documentation, FAQ, qt-interest archive and more (uses
www.troll.no):
This file is part of the Qt toolkit, copyright © 1995-99 Troll Tech, all rights reserved.
Copyright © 1999 Troll Tech | Trademarks | Qt version 2.00
|