added standardDialog component

pull/2/head
Jacob Brydolf 8 years ago committed by Jaquee
parent ae977af2ec
commit 86772bee52
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

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

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