Lomiri QML Type

Provides global object with different enums. More...

Import Statement: import Lomiri.Components 1.3
Since: Lomiri.Components 1.2
Inherited By:

TextArea and TextField

Properties

Methods

Detailed Description

Enums

CaptionStyle enum

The enumeration configures the Captions component style.

EnumDescription
TitleCaptionStyleThe Captions labels are configured to represent caption behavior.
SummaryCaptionStyleThe Captions labels are configured to represent a summary-like description.

Property Documentation

[read-only] toolkitVersion : uint16

The property holds the version of the current toolkit imported.

This property was introduced in Lomiri.Components 1.3.


[read-only] toolkitVersionMajor : uint16

The property holds the major version of the current toolkit imported.

This property was introduced in Lomiri.Components 1.3.


[read-only] toolkitVersionMinor : uint16

The property holds the minor version of the current toolkit imported.

This property was introduced in Lomiri.Components 1.3.


Method Documentation

uint16 version(int major, int minor)

The function builds a version identifier using a major and minor components.

This method was introduced in Lomiri.Components 1.3.