In StyledItem.qml
944 + Loader { 945 + id: styleLoader 946 + anchors.fill: parent 947 + sourceComponent: style 948 + property Item styledItem: styledItem 949 + }
Shouldn't we display error message if the style loading fails?
« Back to merge proposal
In StyledItem.qml
944 + Loader {
945 + id: styleLoader
946 + anchors.fill: parent
947 + sourceComponent: style
948 + property Item styledItem: styledItem
949 + }
Shouldn't we display error message if the style loading fails?