[Qt-qml] Implicit Component

mathias.malmqvist at nokia.com mathias.malmqvist at nokia.com
Thu Feb 17 16:57:45 CET 2011


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
 


More information about the Qt-qml mailing list