From a2e632e650c03cdf498620841a0ed0ea65e46efc Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Thu, 29 Aug 2019 11:39:47 +0700 Subject: backbutton function --- pages/Password.qml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pages/Password.qml') diff --git a/pages/Password.qml b/pages/Password.qml index e1fc168..7cd3d16 100644 --- a/pages/Password.qml +++ b/pages/Password.qml @@ -1,4 +1,12 @@ import QtQuick 2.12 +import id.co.darapsa.kelakon.user 0.1 PasswordForm { + width: stackView.width + height: stackView.height + backButton { + onClicked: { + stackView.pop() + } + } } -- cgit v1.2.3