Skip to content

Properties of type QmlPushButton

Below is a list of the available properties provided by the QmlPushButton type. Click on a property name to see its detailed description and examples.

Property Description
text The label text displayed on the button. Can be plain text or empty.
enabled If false, the button is disabled and cannot be clicked. Default is true.
visible Whether the button is visible in the UI. Inherited from QWidget.
autoDefault If true, the button becomes the default button when it receives focus.
default If true, the button is the default button in the dialog or window.
Last update: 18 August 2025, 14:28