Settings UI classes
Classes | |
class | KSettings::ComponentsDialog |
class | KSettings::Dialog |
class | KSettings::Dispatcher |
class | KSettings::PluginPage |
Enumerations | |
enum | KSettings::Dialog::ContentInListView { KSettings::Dialog::Static, KSettings::Dialog::Configurable } |
Detailed Description
These classes provide widgets to build settings dialogs.
See KSettings namespace description for an overview.
Enumeration Type Documentation
Tells the dialog whether the entries in the listview are all static or whether it should add a Configure...
button to select which parts of the optional functionality should be active or not.
Enumerator | |
---|---|
Static |
Static listview, while running no entries are added or deleted. |
Configurable |
Configurable listview. The user can select what functionality he wants. |