import QtQuick 2.0 Rectangle { // property QtObject data // Uncomment to show the second way to trigger the issue Rectangle { // if data is set from main.qml, this item will not show up anchors.centerIn: parent width: parent.width / 2 height: parent.height / 2 color: "red" } color: "#222222" }