Use verb when possible instead of "OK" for buttons
This commit is contained in:
@@ -20,7 +20,7 @@ HPopup {
|
||||
|
||||
box.clickButtonOnEnter: "ok"
|
||||
box.buttonModel: [
|
||||
{ name: "ok", text: okText, iconName: "ok" , enabled: okEnabled},
|
||||
{ name: "ok", text: okText, iconName: "ok", enabled: okEnabled},
|
||||
{ name: "cancel", text: qsTr("Cancel"), iconName: "cancel" },
|
||||
]
|
||||
box.buttonCallbacks: ({
|
||||
|
Reference in New Issue
Block a user