summaryrefslogtreecommitdiff
path: root/forms/DayForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'forms/DayForm.ui.qml')
-rw-r--r--forms/DayForm.ui.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/forms/DayForm.ui.qml b/forms/DayForm.ui.qml
deleted file mode 100644
index 0478110..0000000
--- a/forms/DayForm.ui.qml
+++ /dev/null
@@ -1,13 +0,0 @@
-import QtQuick 2.12
-import QtQuick.Controls 2.12
-
-Page {
- id: page
- property alias contentLabel: contentLabel
-
- Label {
- id: contentLabel
- anchors.horizontalCenter: parent.horizontalCenter
- anchors.bottom: parent.bottom
- }
-}