summaryrefslogtreecommitdiff
path: root/GetStartedForm.ui.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anata@darapsa.co.id>2020-12-02 16:54:15 +0700
committerAnatasof Wirapraja <anata@darapsa.co.id>2020-12-02 16:54:15 +0700
commit9fef42ac006e3ed1f2fb3180e4ae39c60d0ba7dc (patch)
treeb0c20cdd2abb564a87302d8d96d6730a72dae84f /GetStartedForm.ui.qml
parentefc087fa847bcd87514e7da824951871e065dc4e (diff)
add disclaimer text
Diffstat (limited to 'GetStartedForm.ui.qml')
-rw-r--r--GetStartedForm.ui.qml26
1 files changed, 26 insertions, 0 deletions
diff --git a/GetStartedForm.ui.qml b/GetStartedForm.ui.qml
new file mode 100644
index 0000000..7cff151
--- /dev/null
+++ b/GetStartedForm.ui.qml
@@ -0,0 +1,26 @@
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.12
+
+Page {
+ id: pageView
+ property alias backButton: backButton
+ header: ToolBar {
+ background: Rectangle {
+ color: "#FAFFFFFF"
+ }
+ RowLayout {
+ ToolButton {
+ id: backButton
+ highlighted: true
+ }
+ }
+ }
+}
+
+/*##^##
+Designer {
+ D{i:0;autoSize:true;height:480;width:640}
+}
+##^##*/
+