diff options
Diffstat (limited to 'ExistingLogin.qml')
-rw-r--r-- | ExistingLogin.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ExistingLogin.qml b/ExistingLogin.qml new file mode 100644 index 0000000..8e78a09 --- /dev/null +++ b/ExistingLogin.qml @@ -0,0 +1,8 @@ +import QtQuick 2.12 +import KelakonUser 0.1 + +ExistingLoginForm { + width: stackView.width + height: stackView.height + backButton.onClicked: stackView.pop() +} |