KSettings::ComponentsDialog Class Reference
Dialog for selecting which plugins should be active for an application. More...
#include <componentsdialog.h>
Inheritance diagram for KSettings::ComponentsDialog:

Public Member Functions | |
ComponentsDialog (QWidget *parent=0, const char *name=0) | |
void | addPluginInfo (KPluginInfo *) |
void | setPluginInfos (const QMap< QString, KPluginInfo * > &plugininfos) |
void | setPluginInfos (const QValueList< KPluginInfo * > &plugins) |
void | show () |
Protected Slots | |
void | slotOk () |
void | slotApply () |
Detailed Description
Dialog for selecting which plugins should be active for an application.Set the list of available plugins with setPluginInfos. The dialog will save the configuration on clicking ok or apply to the applications config file. Connect to the okClicked() and applyClicked() signals to be notified about configuration changes.
Definition at line 38 of file componentsdialog.h.
Constructor & Destructor Documentation
|
Create Dialog.
Definition at line 47 of file componentsdialog.cpp. References KDialogBase::setMainWidget(), and KDialog::spacingHint(). |
Member Function Documentation
|
Add a plugin that the dialog offers for selection.
Definition at line 88 of file componentsdialog.cpp. |
|
Set list of plugins the dialog offers for selection. (Overwrites a previous list) Definition at line 93 of file componentsdialog.cpp. |
|
Set list of plugins the dialog offers for selection. (Overwrites a previous list) Definition at line 103 of file componentsdialog.cpp. |
|
Definition at line 108 of file componentsdialog.cpp. |
The documentation for this class was generated from the following files: