matrixion/resources/qml/delegates/Placeholder.qml

11 lines
206 B
QML
Raw Normal View History

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