QSettingsDialog  1.0.0
A Qt library to easily create a settings dialog for user configurable settings
Public Member Functions | List of all members
QSettingsGroupWidgetFactory Class Referenceabstract

The base class for a factory to create QSettingsGroupWidgets. More...

#include <qsettingsgroupwidgetfactory.h>

+ Inheritance diagram for QSettingsGroupWidgetFactory:

Public Member Functions

virtual ~QSettingsGroupWidgetFactory ()
 Virtual destructor.
 
virtual QSettingsGroupWidgetBasecreateGroupWidget (QWidget *parent)=0
 Creates a new instance of the group widget.
 

Detailed Description

The base class for a factory to create QSettingsGroupWidgets.

For each kind of group widget you want, create a factory and register this factory for a display id using QSettingsWidgetDialogEngine::addGroupFactory.

Note
Use this class only if you need a special way to create the widgets. If all you need is a new MyCustomGroup(parent);, simply use QSettingsWidgetDialogEngine::addGroupWidgetType instead of creating a new factory implementation.

The documentation for this class was generated from the following file: