Hello,

I'm trying to make Qt and Felix work together. The problem is that when I
run the Qt main loop (QApplication.exec()) the main thread is locked until
the GUI is closed (so Felix is too).

I cannot put this in seperate thread because it complains to me about not
being in the main thread. On the Qt forum developers motivates this behavior
by Mac OS X GUI system that must be handled in the main thread.
Any ideas how to solve this?

-- 
Pozdrawiam
Piotr Korzuszek

[email protected]

Reply via email to