summaryrefslogtreecommitdiffstats
path: root/resources/qml/delegates/placeholder.qml
blob: e64bc36825c6e49844af7c6d0bb0256b292a3aef (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.5
import QtQuick.Controls 2.1

Label {
	text: qsTr("unimplemented event: ") + eventData.type
	textFormat: Text.PlainText
	wrapMode: Text.Wrap
	width: parent.width
	color: inactiveColors.text
}