Collection QML Type
The Collection element represents a collection of items in an organizer manager. More...
Import Statement: | import QtOrganizer 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 meta data stored in this collection for the given key. Possible keys include:
- Collection.KeyName
- Collection.KeyDescription
- Collection.KeyColor
- Collection.KeyImage
- Collection.KeyExtended
Sets the value of the extended metadata with the given key to value.
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