class KConfigWidget

The base widget for setup dialog. More...

Contains pure virtuals
Definition#include <kcontrol.h>
InheritsQWidget (qk)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

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:
_parentPointer to the parent widget.
_nameName of the widget.

void loadSettings ()
[pure virtual]

Loads the settings, usually from an rc-file.

This method is declared pure virtual and has to be overloaded.

void applySettings ()
[pure virtual]

Applies the settings.

This method is declared pure virtual and has to be overloaded.

void defaultSettings ()
[virtual]

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.