This is just a wild guess, but could it be that the release version of your program version loads the 4.6 Qt dlls at runtime? That would explain the effect. Check your paths or debug the release version in MSVC and check the output pane.
EDIT:
This also explains the problems with levelOfDetails, because this variable isn't set anymore in 4.6.
There were some major performance tweaks of the Graphics View Framework between 4.5 and 4.6 and the Qt developers decided to change the default behaviour to "Don't pay for what you don't use". This means that any code relying on items sending updates of their position, or using levelOfDetail will not work as expected with the 4.6 dlls.




Reply With Quote


Bookmarks