summaryrefslogtreecommitdiff
path: root/Today.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Today.qml')
-rw-r--r--Today.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Today.qml b/Today.qml
new file mode 100644
index 0000000..a1fd613
--- /dev/null
+++ b/Today.qml
@@ -0,0 +1,7 @@
+import QtQuick 2.12
+import "forms"
+
+DayForm {
+ title: qsTr("Today")
+ contentLabel.text: qsTr("Load `contentView` here")
+}