[PyKDE] Multithreading in PyQT

Jonas Zaveckas jonas at elsis.com
Wed May 8 11:14:01 BST 2002


Hello
I'm new with PyQT and QT also.
I've problem with multithreaded application. My application gathers data 
from TPC/IP socket and passed it to GUI. Data is aquired on separate 
thread (used python module thread). From that thread event is emited to 
GUI windows (derived fom QWidget). After received big amount of data 
packets GUI becomes freezed. I've tried  to use 
QApplication.lock()/unlock() - does not help.
How can arrange data transfering to GUI part?

Jonas




More information about the PyQt mailing list