KConfigWizard Class Reference
Configuration wizard base class. More...
#include <kconfigwizard.h>
Inherits KDialogBase.
Public Member Functions
- KConfigWizard (QWidget *parent=0, char *name=0, bool modal=false)
- KConfigWizard (KConfigPropagator *propagator, QWidget *parent=0, char *name=0, bool modal=false)
- virtual ~KConfigWizard ()
- void setPropagator (KConfigPropagator *)
- KConfigPropagator * propagator ()
- QFrame * createWizardPage (const QString &title)
- virtual void usrReadConfig ()=0
- virtual void usrWriteConfig ()=0
- virtual QString validate ()
Protected Slots
Protected Member Functions
- void init ()
- void setupRulesPage ()
- void updateRules ()
- void setupChangesPage ()
- void updateChanges ()
Detailed Description
Configuration wizard base class.
Constructor & Destructor Documentation
|
Create wizard. You have to set a propgator with setPropagator() later. |
|
Create wizard for given KConfigPropagator. The wizard takes ownership of the propagator. |
|
Destructor.
|
Member Function Documentation
|
Set propagator the wizard operates on.
|
|
Return propagator the wizard operates on.
|
|
Create wizard page with given title.
|
|
Use this function to read the configuration from the KConfigSkeleton object to the GUI.
|
|
This function is called when the wizard is finished. You have to save all settings from the GUI to the KConfigSkeleton object here, so that the KConfigPropagator can take them up from there. |
|
Validates the supplied data. Returns a appropiate error when some data is invalid. Return QString::null if all data is valid. |
The documentation for this class was generated from the following files:
- kconfigwizard.h
- kconfigwizard.cpp