diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-05 23:27:11 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-05 23:27:11 +0700 |
commit | 6fe925388058a83dcfad964bd73dc0b29250d330 (patch) | |
tree | ad63beeb94f485c2ab0e7acb7d9c04f6ae647e79 /GetStartedForm.ui.qml | |
parent | 9fef42ac006e3ed1f2fb3180e4ae39c60d0ba7dc (diff) |
tidying up directories
Diffstat (limited to 'GetStartedForm.ui.qml')
-rw-r--r-- | GetStartedForm.ui.qml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/GetStartedForm.ui.qml b/GetStartedForm.ui.qml deleted file mode 100644 index 7cff151..0000000 --- a/GetStartedForm.ui.qml +++ /dev/null @@ -1,26 +0,0 @@ -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} -} -##^##*/ - |