summaryrefslogtreecommitdiff
path: root/pages/TaskListForm.ui.qml
blob: 87f1b1cf6de73270eebe5f94ea94f230f7f99353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Controls.Material 2.12

ListView {
	width: 362
	height: parent.height
	anchors.topMargin: 8
	anchors.right: parent.right
	anchors.rightMargin: 0
	anchors.left: parent.left
	anchors.leftMargin: 0
	spacing: 12

	Rectangle {
		id: rectangle
		anchors.fill: parent
		z: -1
	}
}