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
Deprecated
Since 1.3.0, use ConfigurationsView instead.

Definition at line 22 of file CategorizedSettings.qml.

Property Documentation

◆ actions

listKirigamiPagePoolAction CategorizedSettings::actions
read

The list of pages for the settings.

Definition at line 36 of file CategorizedSettings.qml.

◆ completed

bool CategorizedSettings::completed
read

Definition at line 41 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 32 of file CategorizedSettings.qml.

◆ title

string CategorizedSettings::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 Fri Jul 26 2024 11:54:39 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.