diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-02 16:54:15 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-02 16:54:15 +0700 |
commit | 9fef42ac006e3ed1f2fb3180e4ae39c60d0ba7dc (patch) | |
tree | b0c20cdd2abb564a87302d8d96d6730a72dae84f /GetStarted.qml | |
parent | efc087fa847bcd87514e7da824951871e065dc4e (diff) |
add disclaimer text
Diffstat (limited to 'GetStarted.qml')
-rw-r--r-- | GetStarted.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/GetStarted.qml b/GetStarted.qml new file mode 100644 index 0000000..b4744dd --- /dev/null +++ b/GetStarted.qml @@ -0,0 +1,6 @@ +import QtQuick 2.15 + +GetStartedForm { + objectName: "getstarted" + backButton.onClicked: pageView.pop() +} |