Collection QML Type
The Collection element represents a collection of items in a contacts manager. More...
Import Statement: | import QtContacts 5.0 |
Properties
- collectionId : string
- color : color
- description : string
- image : url
- name : string
- secondaryColor : color
Methods
- var extendedMetaData(key)
- var metaData(key)
- setExtendedMetaData(key, value)
- setMetaData(key, value)
Detailed Description
Property Documentation
Method Documentation
Returns the value of extended metadata with the given key.
See also setExtendedMetaData().
Returns the meta data stored in this collection for the given key. Possible keys include:
- Collection.KeyName
- Collection.KeyDescription
- Collection.KeyColor
- Collection.KeyImage
- Collection.KeyExtended
See also setMetaData().
Sets the value of the extended metadata with the given key to value.
See also extendedMetaData().
Sets the meta data of the collection for the given key to the given value. Possible keys include:
- Collection.KeyName
- Collection.KeyDescription
- Collection.KeyColor
- Collection.KeySecondaryColor
- Collection.KeyImage
- Collection.KeyExtended
See also metaData().