KCMUtils
kquickconfigmodule.h
48 * To allow KCMUtils to load your ConfigModule subclass, you must create a KPluginFactory implementation.
152 * more than one will be visible at once, and the first page will be a sidebar to the last page pushed.
164 * It is guaranteed to be at least 1 (the main ui) plus how many times a new page has been pushed without pop
198 * the popped page won't be deleted, it's the caller's responsibility to manage the lifetime of the returned item
250 KQuickConfigModuleLoader::loadModule(const KPluginMetaData &metaData, QObject *parent, const QVariantList &args, const std::shared_ptr<QQmlEngine> &engine);
Base class for QML and QWidgets config modules.
Definition kabstractconfigmodule.h:25
The base class for QtQuick configuration modules.
Definition kquickconfigmodule.h:106
void mainUiReady()
Emitted when the main Ui has loaded successfully and mainUi() is available.
void columnWidthChanged(int width)
Emitted when the wanted column width of the kcm changes.
void depthChanged(int index)
Emitted when the number of pages changed.
void currentIndexChanged(int index)
Emitted when the current page changed.
void pagePushed(QQuickItem *page)
Emitted when a new sub page is pushed.
QQuickItem * mainUi()
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
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.