[Qt-qml] onCompleted event and rendering of a QML file
15 views
Skip to first unread message
BillouParis
unread,
Feb 16, 2012, 9:07:13 AM2/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qt-...@qt.nokia.com
Hello All,
I would love to know, would love to be sure that the onCompleted
event is ALWAYS received before a given QML file is graphically rendered. Is it the case, or the graphic rendering has nothing to do, and is absolutely not synchronized with the onCompleted event at all.
By the way, I read again the description on the onCompleted event, and it is not clear to me what it is used for in the end?