Is there any difference in result of this
property Component rect: Rectangle { ... }
and this:
property Component rect: Component { Rectangle { ... } }
when rect is used to set a Loader's sourceComponent?
I think not, but want to be sure.
Cheers
Mathias