2019-11-03 03:28:16 +01:00
|
|
|
import ".."
|
2019-09-18 21:09:46 +02:00
|
|
|
|
2019-11-03 03:28:16 +01:00
|
|
|
MatrixText {
|
2020-10-08 21:11:21 +02:00
|
|
|
text: qsTr("unimplemented event: ") + model.data.typeString
|
|
|
|
width: parent ? parent.width : undefined
|
|
|
|
color: inactiveColors.text
|
2019-09-18 21:09:46 +02:00
|
|
|
}
|