Add a close button for dialogs.

This commit is contained in:
Adam Treat
2023-07-06 10:53:43 -04:00
parent fb576fbd7e
commit db528ef1b0
12 changed files with 54 additions and 82 deletions

View File

@@ -9,6 +9,7 @@ Button {
padding: 10
property bool toggled: false
property alias source: image.source
property alias fillMode: image.fillMode
contentItem: Text {
text: myButton.text
horizontalAlignment: Text.AlignHCenter