[Twisted-Python] how to change an qt4 applicaion using twisted?

Laurens Van Houtven _ at lvh.io
Sun Nov 17 02:57:23 MST 2013


Hi yangyouxiu,


Like Twisted, Qt (and almost all GUI toolkits) work on a single thread,
evented mechanism, with an event loop at its core. Qt4Reactor, I believe,
just merges these two loops into one loop.

The documentation for Qt4Reactor should tell you how to do that. Presumably
there's a reactor.install() somewhere :)


good luck
lvh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20131117/a63c54c1/attachment-0002.html>


More information about the Twisted-Python mailing list