ConfigModel QML Type

This model contains all the possible config categories for a dialog, such as categories of the config dialog for an Applet. More...

Import Statement: import org.kde.plasma.configuration
In C++: ConfigModel

Properties

Methods

Detailed Description

Property Documentation

categories : list<ConfigCategory> [default]


count : int [read-only]


Method Documentation

void appendCategory(ConfigCategory category)


void appendCategory(string iconName, string name, string path, string pluginName, bool visible)


void get(int index)

row The row for which the data will be returned

Returns the data of the specified row


void removeCategory(ConfigCategory category)


void removeCategoryAt(int index)