Methods of type QmlPushButton¶
Below is a list of the available methods provided by the QmlPushButton type. Click on a method name to see its detailed description and examples.
| Method | Description | 
|---|---|
| setText(text) | Sets the text displayed on the button. | 
| setEnabled(enabled) | Enables or disables the button. | 
| click() | Programmatically simulates a button click. Emits clicked()signal. | 
| animateClick() | Animates the button press and release, then emits clicked(). |