Action¶
Action is a menu
Itemwhich may be used to do a specific action.
A menu action button:¶
Menu { title: "Menu0" // ... Action { text: "Close"; onClicked: close(); } }
Text string printed on the button.
Signal emitted when button is activated.
Whether item accepts user interaction.