[Qt-interest] Non-blocking windows drag-n-drop
Ross Bencina
rossb-lists at audiomulch.com
Wed Sep 2 05:13:34 CEST 2009
Aron Bierbaum wrote:
> We are using Twisted for all asynchronous operations and as a result
> are currently forced to pump the event loop so that we can manage the
> Twisted reactor ourselves. :(
I guess you've seen this:
http://twistedmatrix.com/trac/wiki/QTReactor
In any case, you should be able to pump the Twisted reactor from a QTimer
(or similar) and make the Qt event loop dominate, not the other way around
(or run the reactor in a separate thread...)
(not that I've done any Qt/Twisted integration.. but I have done Qt and
Twisted development on separate projects)
Ross.
More information about the Qt-interest-old
mailing list