> It sounds like the problem is that you're deleting the QML scene while in the
> middle of the signal handler.
Yes exactly that was the problem. And adding a timer to delay the slot is
another good tip. In the end, we went with a top-level Loader item in the qml
file and a C++ method (doit()) that changes the source property. This C++
method is triggered by a signal. Do you see any possible dangers in this?
Thanks,
Bartosh
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml