KCMUtils
kpluginwidget.h
25 * A widget that shows a list of available plugins and allows to disable/enable them and open their configuration UI.
29 * An example value is "kf6/krunner/kcms/kcm_krunner_charrunner", "kf6/krunner/kcms" is the namespace
30 * and "kcm_krunner_charrunner" the file name. The loaded KCMs don't need any embedded json metadata.
81 * Returns @c true if the enabled state of each plugin is the same as that plugin's default state.
116 void setAdditionalButtonHandler(const std::function<QPushButton *(const KPluginMetaData &)> &handler);
A widget that shows a list of available plugins and allows to disable/enable them and open their conf...
Definition kpluginwidget.h:34
void pluginConfigSaved(const QString &pluginId)
Emitted after the config of an embedded KCM has been saved.
void pluginEnabledChanged(const QString &pluginId, bool enabled)
Emitted when any of the plugins are changed.
Q_SIGNALSQ_SIGNALS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:20 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:20 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.