8 lines
148 B
QML
8 lines
148 B
QML
import ".."
|
|
|
|
MatrixText {
|
|
text: qsTr("unimplemented event: ") + model.type
|
|
width: parent ? parent.width : undefined
|
|
color: inactiveColors.text
|
|
}
|