diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-21 09:04:26 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-21 09:04:26 +0800 |
commit | 1c2e0bdae47d142111abe96eabf39dceb8ea3051 (patch) | |
tree | c1a929b333f07be111ea31d3d7cc89ebef84fd06 /pages/HomeForm.ui.qml | |
parent | 90bff8fb6e3e3b1715c76a28ad27686243e3b307 (diff) |
Separate logics from presentation on Home
Note: Inner stack view pushes (instead of pops) day forms,
and there needs to be some button that pops them back,
like in Qt gallery example.
Diffstat (limited to 'pages/HomeForm.ui.qml')
-rw-r--r-- | pages/HomeForm.ui.qml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml deleted file mode 100644 index 8119e9e..0000000 --- a/pages/HomeForm.ui.qml +++ /dev/null @@ -1,22 +0,0 @@ -import QtQuick 2.12 -import QtQuick.Layouts 1.12 -import QtQuick.Controls 2.12 -import QtQuick.Controls.Material 2.12 - -Page { - id: page - title: qsTr("Today") - - Label { - text: qsTr("Load `contentView` here") - anchors.verticalCenter: parent.verticalCenter - anchors.horizontalCenter: parent.horizontalCenter - } -} - -/*##^## -Designer { - D{i:0;autoSize:true;height:480;width:640} -} -##^##*/ - |