[Qt-qml] completion of Window's re-layouting
Kauppi Sauli (Nokia-MS/Helsinki)
sauli.kauppi at nokia.com
Mon Oct 10 08:08:07 CEST 2011
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
More information about the Qt-qml
mailing list