Hi
I have a mixed C++/QML application whose UI is written completely in QML. However, at startup, I have noticed that there are cases when the interface is displayed but some QML elements are not fully initialised, thus the entire application needs to be restarted. This happens rather randomly. Could you recommend a way to show the main window only when all QML components are fully initialised ? I am using Qt5.3 on OS X Yosemite.
thanks
Bogdan
↧