BaseItem QML Type

A base QML type with properties. More...

Import Statement: import TestModule
Inherited By:

DerivedButton

Properties

Detailed Description

BaseItem provides common properties for derived types.

Property Documentation

name : string

The name property of the item.

This property holds the name identifier for the item.

width : int

The width of the item.

This property defines the width in pixels.