CategorizedSettings QML Type
A container for setting actions showing them in a list view and displaying the actual page next to it. More...
| Import Statement: | import org.kde.kirigamiaddons.settings |
| Inherits: | |
| Status: | Deprecated |
This type is deprecated. We strongly advise against using it in new code.
Properties
- actions : list<Kirigami.PagePoolAction>
- defaultPage : string
Detailed Description
To open a setting page, you should use PageRow::pushDialogLayers.
Since 1.3.0, use ConfigurationsView instead.
Property Documentation
actions : list<Kirigami.PagePoolAction> |
The list of pages for the settings.
defaultPage : string |
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.