CategorizedSettings

Search for usage in LXR

CategorizedSettings Class Reference

Inherits kde::org::kirigami::PageRow, and org::kde::kirigami::PageRow.

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

Definition at line 21 of file CategorizedSettings.qml.

Property Documentation

◆ actions

listKirigamiPagePoolAction CategorizedSettings::actions
read

The list of pages for the settings.

Definition at line 35 of file CategorizedSettings.qml.

◆ completed

bool CategorizedSettings::completed
read

Definition at line 40 of file CategorizedSettings.qml.

◆ defaultPage

string CategorizedSettings::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 31 of file CategorizedSettings.qml.

◆ title

string CategorizedSettings::title
read
Remarks
This property is read-only

Definition at line 38 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 Sat Apr 27 2024 22:09:57 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.