summaryrefslogtreecommitdiffstats
path: root/app/logfile/TouchLog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/logfile/TouchLog.qml')
-rw-r--r--app/logfile/TouchLog.qml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/logfile/TouchLog.qml b/app/logfile/TouchLog.qml
new file mode 100644
index 0000000..780e186
--- /dev/null
+++ b/app/logfile/TouchLog.qml
@@ -0,0 +1,13 @@
+import QtQuick 2.6
+import QtQuick.Layouts 1.1
+import QtQuick.Controls 2.0
+import '..'
+
+ColumnLayout {
+ anchors.left: parent.left
+ anchors.leftMargin: 100
+ Label {
+ text: 'There is no property which needs to be set.'
+ font.pixelSize: 30
+ }
+}