matrixion/resources/qml/delegates/Placeholder.qml

8 lines
159 B
QML
Raw Normal View History

2019-11-03 05:28:16 +03:00
import ".."
2019-11-03 05:28:16 +03:00
MatrixText {
2020-01-23 22:59:17 +03:00
text: qsTr("unimplemented event: ") + model.data.typeString
2019-10-28 00:01:40 +03:00
width: parent ? parent.width : undefined
color: inactiveColors.text
}