KUtils
dialog.h
Go to the documentation of this file.
Definition dialog_p.h:45
void pluginSelectionChanged()
If you use the dialog in Configurable mode and want to be notified when the user changes the plugin s...
void setAllowComponentSelection(bool allowSelection)
Tells the dialog whether the entries in the listview are all static or whether it should add checkbox...
Definition dialog.cpp:62
void setComponentBlacklist(const QStringList &blacklist)
Set the blacklisted component list.
Definition dialog.cpp:78
QList< KPluginInfo > pluginInfos() const
Returns a list of all KPluginInfo objects the dialog uses.
Definition dialog.cpp:113
Dialog(QWidget *parent=0)
Construct a new Preferences Dialog for the application.
Definition dialog.cpp:46
bool allowComponentSelection() const
Definition dialog.cpp:67
void addPluginInfos(const QList< KPluginInfo > &plugininfos)
If you use a Configurable dialog you need to pass KPluginInfo objects that the dialog should configur...
Definition dialog.cpp:84
void setKCMArguments(const QStringList &arguments)
Sets the argument list that is given to all the KControlModule's when they are created.
Definition dialog.cpp:72
void showEvent(QShowEvent *)
Reimplemented to lazy create the dialog on first show.
Definition dialog.cpp:118
A collection of classes to create configuration dialogs that work over component boundaries.
Definition componentsdialog.cpp:34
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.