From a1b2de256b4d9938c69f28302879e07d66a5430d Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 2 Oct 2019 20:47:02 +0700 Subject: add listview --- features/TaskDetailForm.ui.qml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/features/TaskDetailForm.ui.qml b/features/TaskDetailForm.ui.qml index f8da9d1..dc01776 100644 --- a/features/TaskDetailForm.ui.qml +++ b/features/TaskDetailForm.ui.qml @@ -32,6 +32,19 @@ Page { } } } + ListView { + id: listView + width: parent.width + height: parent.height + anchors.topMargin: 8 + anchors.right: parent.right + anchors.rightMargin: 0 + anchors.left: parent.left + anchors.leftMargin: 0 + spacing: 8 + + ScrollBar.vertical: ScrollBar {} + } } /*##^## -- cgit v1.2.3