BaseItem QML Type

A base QML type with properties. More...

Import Statement: import TestModule

Properties

Detailed Description

BaseItem provides common properties for derived types.

Property Documentation

name : string [since 1.0]

The name property of the item.

This property holds the name identifier for the item.

This property was introduced in 1.0.

size group

size.height : int [since 1.1]

size.width : int [since 1.1]

The size of the item.

These properties were introduced in 1.1.

values group

values.boolean : bool [since 1.2]

values.floating : float [since 1.2]

values.integer : int [since 1.2]

A collection of values.

These properties were introduced in 1.2.