matrixion/resources/qml/delegates/Placeholder.qml
2020-01-23 20:59:17 +01:00

7 lines
159 B
QML

import ".."
MatrixText {
text: qsTr("unimplemented event: ") + model.data.typeString
width: parent ? parent.width : undefined
color: inactiveColors.text
}