no i haven't implemented any threads of my own... i was under the impression that among other Qt operations that spawh separate threads, the signalling mechanism would do so too.
Hmm... This may come as a surprise for you, but Qt doesn't spawn threads on its own for any of the tasks it does.
ok this goes off topic, but what is the point of libqt-mt then?
That applications built over Qt (like KDE) can spawn their own threads. Qt3 itself can be built without thread support and still have the same functionality (apart from ability to spawn threads of course).
Bookmarks