diff options
Diffstat (limited to 'Future.qml')
-rw-r--r-- | Future.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Future.qml b/Future.qml new file mode 100644 index 0000000..6550ad5 --- /dev/null +++ b/Future.qml @@ -0,0 +1,7 @@ +import QtQuick 2.12 +import "forms" + +DayForm { + title: qsTr("Future task") + contentLabel.text: qsTr("You are back to the future.") +} |