Hi Mathias, On Thu, Feb 17, 2011 at 9:27 PM, <[email protected]> wrote: > > 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. >
No difference, just syntactic sugar. Girish _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
