DerivedButton QML Type

A button derived from BaseItem. More...

Import Statement: import TestModule
Inherits:

BaseItem

Properties

Detailed Description

DerivedButton inherits the name and width properties from BaseItem. These links should resolve to BaseItem's properties, not to unrelated global targets.

The name property can be set to identify this button.

Property Documentation

pressed : bool

Whether the button is currently pressed.

This property is specific to DerivedButton.