MauiKit Controls
SettingsDialog.qml
10 * @brief A popup page with a scrollable vertical layout, and support for a stack of multiple pages.
11 * The default container fo this control is a MauiKit SettingsPage, and the popup will snap to the window full size on constrained spaces.
14 * You can add multiple sub pages to this control by making use of the SettingsPage control and the `addPage` function.
15 * By using the SettingsPage you can expect to have a way to navigate between the control sub pages.
21 * @note This control is mostly use for presenting a group of configuration settings to the user. Usually it is populated with sections SectionGroup containing FlexSectionItem.
125 * <a href="https://invent.kde.org/maui/mauikit/-/blob/qt6-2/examples/SettingsDialog.qml">You can find a more complete example at this link.</a>
130 Maui.Controls.title: i18n("Settings")
154 implicitHeight: Math.max(_content.implicitHeight, currentItem.implicitHeight)+topPadding +bottomPadding
168 * @note The optional properties argument specifies a map of initial property values for the pushed item. For dynamically created items, these values are applied before the creation is finalized. This is more efficient than setting property values after creation, particularly where large sets of property values are defined, and also allows property bindings to be set up (using Qt.binding()) before the item is created.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:57:11 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:57:11 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.