12-04-2012 07:34 PM
If I use this to load the xml screen in C++
QmlDocument *qml = QmlDocument::create("asset:///myscreen.qml").paren
mySheet = qml->createRootObject<Sheet>();
mySheet->open();
do I have to free it after the screen is closed or does the OS free it?