summaryrefslogtreecommitdiff
path: root/Today.qml
blob: 4b08fae7d04b25a9cb56c69ae0cc7ab565f3261a (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.12
import "forms"

DayForm {
	title: qsTr("Today")
	contentLabel.text: qsTr("Load `contentView` here")
	TaskList {
		anchors.bottom: contentLabel.top
	}
}