Ubuntu QML Type
Provides global object with different enums. More...
Import Statement: | import Ubuntu.Components 1.2 |
Since: | Ubuntu.Components 1.2 |
Properties
- toolkitVersion : uint16
- toolkitVersionMajor : uint16
- toolkitVersionMinor : uint16
Methods
- uint16 version(int major, int minor)
Detailed Description
Enums
CaptionStyle enum
The enumeration configures the Captions component style.
Enum | Description |
---|---|
TitleCaptionStyle | The Captions labels are configured to represent caption behavior. |
SummaryCaptionStyle | The Captions labels are configured to represent a summary-like description. |
Property Documentation
The property holds the version of the current toolkit imported.
This QML property was introduced in Ubuntu.Components 1.3.
The property holds the major version of the current toolkit imported.
This QML property was introduced in Ubuntu.Components 1.3.
The property holds the minor version of the current toolkit imported.
This QML property was introduced in Ubuntu.Components 1.3.
Method Documentation
The function builds a version identifier using a major and minor components.
This QML method was introduced in Ubuntu.Components 1.3.