Kirigami-addons
ConfigurationView.qml
97 * @params defaultModule The moduleId of the default configuration that should be preselected when opening the configuration view. By default is not specified, this will choose the first module.
101 const component = Qt.createComponent('org.kde.kirigamiaddons.settings.private', 'ConfigMobilePage');
113 const component = Qt.createComponent('org.kde.kirigamiaddons.settings.private', 'ConfigWindow');
KirigamiApplicationWindow window
This property holds the parent window.
Definition ConfigurationView.qml:88
list< ConfigurationModule > modules
This property holds the list of pages for the settings.
Definition ConfigurationView.qml:82
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:11 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:11 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.