Does the Qt4 multi-thread structure actually take advantage of multiple cores on the same machine?
It's not matter of qt, it's matter of OS' scheduler. Multi thread means that application is *designed* to have pieces of code which are executed in parallel. How it's executed is not (shouldn't be) qt's interest.
Bookmarks