[SOLVED]How to set the default button of a MessageDialog in QML?
-
The default button is "Yes", but I want to set the button "No" as the default button.
How to do it?
Hi @CoderJeff,
I guess currently there's no way to do so in QML. You can create your ownDialog
, add Buttons to it and set focus to the required one. -
Hi @CoderJeff,
I guess currently there's no way to do so in QML. You can create your ownDialog
, add Buttons to it and set focus to the required one.