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 _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
