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
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>