nheko/resources/qml/delegates/Placeholder.qml

8 lines
159 B
QML

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