AbstractButton
The AbstractButton class defines the behavior of the button. More...
Inherited by Button, CheckBox, Empty, and Slider.
Properties
Signals
- clicked(var mouse) (preliminary)
- pressAndHold(var mouse) (preliminary)
Detailed Description
This component is under heavy development.
This class defines the behavior of the button: it defines the MouseArea and the states.
Property Documentation
This documentation is under development and is subject to change.
True if the mouse cursor hovers over the button's mouse area.
This documentation is under development and is subject to change.
True if the user presses a mouse button in the button's mouse area.
Signal Documentation
This documentation is under development and is subject to change.
This handler is called when there is a mouse click on the button and the button is not disabled.
This documentation is under development and is subject to change.
This handler is called when there is a long press.