If you have a function that sequentially runs an endless loop in the background, how will your GUI ever react? It waits for the loop to complete, and this makes the interface useless. How to solve it in PyQT?
Use streams.
In Qt, they use something called Signals and Slots . I have not used Qt since college, but there are many good resources here:
PyQt Wiki: Threading, _Signals_and_Slots
. SO: Threading PyQt: Qt Python?
Python - PyQt
GUI QThread. .
QT . :
http://doc.trolltech.com/4.4/threads.html
Qt- (QThread) :
http://doc.trolltech.com/4.4/qthread.html#details
++, - PyQt, , PyQt .