From 4fb624054cfe1813b4e56423c27056cd80c7c120 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Sat, 31 Aug 2019 09:46:10 +0700 Subject: add ExistingLoginForm --- pages/ExistingLogin.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/ExistingLogin.qml (limited to 'pages/ExistingLogin.qml') diff --git a/pages/ExistingLogin.qml b/pages/ExistingLogin.qml new file mode 100644 index 0000000..6833c6a --- /dev/null +++ b/pages/ExistingLogin.qml @@ -0,0 +1,12 @@ +import QtQuick 2.12 +import id.co.darapsa.kelakon.user 0.1 + +ExistingLoginForm { + width: stackView.width + height: stackView.height + backButton { + onClicked: { + stackView.pop() + } + } +} -- cgit v1.2.3