Hi, Qt-components provides Window element for applications: https://qt.gitorious.org/qt-components/qt-components/blobs/master/src/meego/Window.qml
I need to know when re-layouting of Window's child elements has completed, after window area is changed during orientation change. I know when orientation changes (based on SIP/VKB area change). But after this, how can I get indication when re-layouting has been completed? It is not enough to observe changes on Window's property values, as Window's child elements' property values area still changed after Window's property values are changed (because of anchors and property bindings). Thanks, Sauli _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
