Home · All Namespaces · All Classes · Main Classes · Deprecated |
A set of settings.
Any combination of:
A settings node representing a group of setting items. A group can contain one or more setting items.
A settings node representing a selection. A selection can have a predefined set of possible options.
Attribute | Type | Use | Documentation |
---|---|---|---|
key | TEXT | Required | The key (name) of the selection. |
A possible value for a selection.
The type must be an integer.
Attribute | Type | Use | Documentation |
---|---|---|---|
title | TEXT | Required | The title of the option. Used as a translation id or as such if translation not found. |
A settings node representing text. A text item can contain any string data.
Attribute | Type | Use | Documentation |
---|---|---|---|
key | TEXT | Required | The key (name) of the text item. |
title | TEXT | Required | The title of the text item. Used as a translation id or as such if translation not found. |
A settings node representing boolean.
Attribute | Type | Use | Documentation |
---|---|---|---|
key | TEXT | Required | The key (name) of the boolean item. |
title | TEXT | Required | The title of the boolean item. Used as a translation id or as such if translation not found. |
A settings node representing an integer from a range.
Attribute | Type | Use | Documentation |
---|---|---|---|
key | TEXT | Required | The key (name) of the integer. |
title | TEXT | Required | The title of the integer. Used as a translation id or as such if translation not found. |
min | TEXT | Required | Minimum value that the integer can have. |
max | TEXT | Required | Maximum value that the integer can have. |
Copyright © 2010 Nokia Corporation | DirectUI |