summaryrefslogtreecommitdiffstats
path: root/app/logfile/TouchLog.qml
blob: 780e1861539567b4e49271daf4b22c527fcb36da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
    }
}