CategorizedSettings
CategorizedSettings Class Reference
Properties | |
listKirigamiPagePoolAction | actions |
bool | completed |
string | defaultPage |
string | title |
Signals | |
void | backRequested (var event) |
Public Member Functions | |
void | applicationWindow () |
void | getActionByName (actionName) |
void | indexOfAction (action) |
Detailed Description
A container for setting actions showing them in a list view and displaying the actual page next to it.
To open a setting page, you should use PageRow::pushDialogLayers
- Since
- KirigamiAddons 0.11.0
- Deprecated
- Since 1.3.0, use ConfigurationsView instead.
Definition at line 22 of file CategorizedSettings.qml.
Property Documentation
◆ actions
|
read |
The list of pages for the settings.
Definition at line 36 of file CategorizedSettings.qml.
◆ completed
|
read |
Definition at line 41 of file CategorizedSettings.qml.
◆ defaultPage
|
read |
The default page that will be shown when opened.
This only applies when the categorized settings object is wide enough to show multiple pages.
- See also
- actions
Definition at line 32 of file CategorizedSettings.qml.
◆ title
|
read |
- Remarks
- This property is read-only
Definition at line 39 of file CategorizedSettings.qml.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.