wwWidgets Home · All Classes · Main Classes · Grouped Classes · Functions |
A multipage container widget organizing configuration pages More...
#include <QwwConfigWidget>
Inherits QWidget(obsolete).
QwwConfigWidget ( QWidget * parent = 0 ) | |
void | addGroup ( QWidget * group, const QIcon & icon = QIcon(), const QString & name = QString() ) |
int | count () const |
QWidget * | currentGroup () const |
int | currentIndex () const |
QWidget * | group ( int index ) const |
QSize | iconSize () const |
void | insertGroup ( int index, QWidget * group, const QIcon & icon = QIcon(), const QString & label = QString() ) |
void | removeGroup ( QWidget * group ) |
void | removeGroup ( int index ) |
void | setCurrentGroup ( QWidget * widget ) |
void | setCurrentIndex ( int index ) |
void | setGroupIcon ( int index, const QIcon & icon ) |
void | setGroupLabel ( int index, const QString & title ) |
void | setIconSize ( const QSize & ) |
void | currentIndexChanged ( int index ) |
A multipage container widget organizing configuration pages
This property holds this property holds the number of pages in the widget.
Access functions:
int | count () const |
This property holds index of the currently selected group.
Access functions:
int | currentIndex () const |
void | setCurrentIndex ( int index ) |
This property holds this property holds the icon size used for this button.
The default size is defined by the GUI style. This is a maximum size for the icons. Smaller icons will not be scaled up.
Access functions:
QSize | iconSize () const |
void | setIconSize ( const QSize & ) |
Constructs a config widget with a given parent.
Appends a new group with icon icon and label name into the widget
See also insertGroup().
Returns a configuration group widget that is currently selected.
See also setCurrentGroup() and group().
This signal is emitted when current page of the widget is changed to index.
Returns a configuration group widget with a specified index.
See also currentGroup().
Inserts a new group with an icon and a label to the widget at arbitrary index.
See also addGroup().
Removes group from the widget.
This is an overloaded function.
Sets the currently selected group to the specified widget.
See also currentGroup().
Sets icon as the icon of group specified by index.
Sets title as the label of a group specified by index.
Copyright © 2007-2010 Witold Wysota | Trademarks | wwWidgets 1.0.0 |