Signals of type QmlPushButton¶
Below is a list of the available signals provided by the QmlPushButton type. Click on a signal name to see its detailed description and examples.
| Signal | Description | 
|---|---|
| clicked() | Emitted when the button is clicked (pressed and released). Main signal for handling button actions. | 
| pressed() | Emitted when the button is pressed down. | 
| released() | Emitted when the button is released (after being pressed). | 
| toggled(bool) | Emitted only if the button is checkable. Indicates new checked state. |