|
|
The base widget for setup dialog.
It provides methods to load and apply the settings.
See also: KControlApplication, KControlDialog
KConfigWidget ( QWidget* _parent, const char* _name = 0 ) : QWidget( _parent, _name ) |
Constructor.
Parameters:
_parent | Pointer to the parent widget. |
_name | Name of the widget. |
void loadSettings () |
Loads the settings, usually from an rc-file.
This method is declared pure virtual and has to be overloaded.
void applySettings () |
Applies the settings.
This method is declared pure virtual and has to be overloaded.
void defaultSettings () |
Sets default values.
By default this method does nothing. You have to overload it to set the default settings into the widgets.
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:25 2000, using kdoc 2.0a33. |