nheko/resources/qml/delegates/Placeholder.qml

11 lines
227 B
QML
Raw Normal View History

import QtQuick 2.5
import QtQuick.Controls 2.1
Label {
text: qsTr("unimplemented event: ") + model.type
textFormat: Text.PlainText
wrapMode: Text.Wrap
2019-10-27 22:01:40 +01:00
width: parent ? parent.width : undefined
color: inactiveColors.text
}