matrixion/resources/qml/delegates/Placeholder.qml
2019-11-23 20:06:15 +01:00

10 lines
227 B
QML

import QtQuick 2.5
import QtQuick.Controls 2.1
Label {
text: qsTr("unimplemented event: ") + model.type
textFormat: Text.PlainText
wrapMode: Text.Wrap
width: parent ? parent.width : undefined
color: inactiveColors.text
}