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
- categories : list<ConfigCategory>
- count : int
Methods
- void appendCategory(ConfigCategory category)
- void appendCategory(string iconName, string name, string path, string pluginName, bool visible)
- void get(int index)
- void removeCategory(ConfigCategory category)
- void removeCategoryAt(int index)
Detailed Description
Property Documentation
categories : list<ConfigCategory> |
count : int |
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) |