From 6fe925388058a83dcfad964bd73dc0b29250d330 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Sat, 5 Dec 2020 23:27:11 +0700 Subject: tidying up directories --- pages/GetStartedForm.ui.qml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pages/GetStartedForm.ui.qml (limited to 'pages/GetStartedForm.ui.qml') diff --git a/pages/GetStartedForm.ui.qml b/pages/GetStartedForm.ui.qml new file mode 100644 index 0000000..7cff151 --- /dev/null +++ b/pages/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} +} +##^##*/ + -- cgit v1.2.3