Migration of QtMvvm from github
 
 
 
 
 

7 lines
124 B

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