summaryrefslogtreecommitdiff
path: root/pages/GetStarted.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anata@darapsa.co.id>2020-12-05 23:27:11 +0700
committerAnatasof Wirapraja <anata@darapsa.co.id>2020-12-05 23:27:11 +0700
commit6fe925388058a83dcfad964bd73dc0b29250d330 (patch)
treead63beeb94f485c2ab0e7acb7d9c04f6ae647e79 /pages/GetStarted.qml
parent9fef42ac006e3ed1f2fb3180e4ae39c60d0ba7dc (diff)
tidying up directories
Diffstat (limited to 'pages/GetStarted.qml')
-rw-r--r--pages/GetStarted.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/GetStarted.qml b/pages/GetStarted.qml
new file mode 100644
index 0000000..b4744dd
--- /dev/null
+++ b/pages/GetStarted.qml
@@ -0,0 +1,6 @@
+import QtQuick 2.15
+
+GetStartedForm {
+ objectName: "getstarted"
+ backButton.onClicked: pageView.pop()
+}