diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-29 23:37:48 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-29 23:37:48 +0800 |
commit | 04df88e0e5db34066a626a02dbe9960b55267e6b (patch) | |
tree | ad8d33ab8bec35c732b42c139235499605dbe8e8 /features | |
parent | a874ba32e2faed5e7b720b6cdba7e98d3d8f41a3 (diff) |
Move the brief and history forms and its container
so that the TaskDetails can have access to their properties
Diffstat (limited to 'features')
-rw-r--r-- | features/TaskDetailForm.ui.qml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/features/TaskDetailForm.ui.qml b/features/TaskDetailForm.ui.qml index 9e3c2a1..0a6540b 100644 --- a/features/TaskDetailForm.ui.qml +++ b/features/TaskDetailForm.ui.qml @@ -35,31 +35,6 @@ Page { } } } - - StackView { - id: contentView - anchors.fill: parent - - TaskBriefForm { - id: taskBriefForm - anchors.top: parent.top - anchors.topMargin: 0 - anchors.right: parent.right - anchors.rightMargin: 0 - anchors.left: parent.left - anchors.leftMargin: 0 - } - - TaskHistoryForm { - id: taskHistoryForm - anchors.right: parent.right - anchors.rightMargin: 0 - anchors.left: parent.left - anchors.leftMargin: 0 - anchors.top: taskBriefForm.bottom - anchors.topMargin: 0 - } - } } /*##^## |