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" releasedColor: "#FF6C3C"
pressedColor: "#FF4304" pressedColor: "#FF4304"
text: qsTr("Cancel") text: qsTr("Cancel")
KeyNavigation.tab: passwordInput
onClicked: { onClicked: {
root.rejected() root.rejected()
root.close() root.close()

View file

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