diff options
| author | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-06 00:19:29 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-06 00:19:29 +0700 |
| commit | bf635def9dadee8a4aff8f90d8f419b02286cf9c (patch) | |
| tree | dbfc31af5ac1248d3c42411ecdc9f27ac51d4991 /pages/GetStarted.qml | |
| parent | c0c1c106669c25c669bdbe9cdfd0233fdd573b78 (diff) | |
add back button
Diffstat (limited to 'pages/GetStarted.qml')
| -rw-r--r-- | pages/GetStarted.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/GetStarted.qml b/pages/GetStarted.qml index b4744dd..b303de5 100644 --- a/pages/GetStarted.qml +++ b/pages/GetStarted.qml @@ -1,4 +1,6 @@ import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.12 GetStartedForm { objectName: "getstarted" |