Module: qtsupport | Twisted-0.19.0/twisted/internet/qtsupport.py | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
This module provides support for Twisted to interact with the PyQt mainloop. In order to use this support, simply do the following: | # given a QApplication instance qtApp: | from twisted.internet import qtsupport | qtreactor.install(qtApp) Then use twisted.internet APIs as usual. The other methods here are not intended to be called directly.
|