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

7 lines
148 B
QML

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