1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-20 04:15:53 +01:00

added standardDialog component

This commit is contained in:
Jacob Brydolf 2016-11-19 15:05:53 +01:00 committed by Jaquee
parent ae977af2ec
commit 86772bee52
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39
2 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,7 @@ Window {
releasedColor: "#FF6C3C"
pressedColor: "#FF4304"
text: qsTr("Cancel")
KeyNavigation.tab: passwordInput
onClicked: {
root.rejected()
root.close()

View File

@ -121,5 +121,6 @@
<file>components/StandardDialog.qml</file>
<file>pages/Sign.qml</file>
<file>components/DaemonManagerDialog.qml</file>
<file>components/StandardDialog.qml</file>
</qresource>
</RCC>