summaryrefslogtreecommitdiff
path: root/pages/TaskListForm.ui.qml
blob: 2d9bc396131c029011b98c4ef316ad18a1c85d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Controls.Material 2.12
import QtQuick.Layouts 1.3

ListView {
	width: 362
	spacing: 12

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