import QtQuick 2.10
import QtQuick.Controls 2.3
Label {
text: qsTr("<i>Failed to load edit view!<i>")
color: "#800000"
}