1
0

qml: remove Dialog standardButtons everywhere

This commit is contained in:
Sander van Grieken
2023-01-17 18:03:13 +01:00
parent 4b7472b13f
commit 3c1e4ba5a5
25 changed files with 2 additions and 36 deletions

View File

@@ -17,7 +17,6 @@ ElDialog {
signal invoiceAmountChanged
title: qsTr('Invoice')
standardButtons: invoice_key != '' ? Dialog.Close : Dialog.Cancel
iconSource: Qt.resolvedUrl('../../icons/tab_send.png')
padding: 0