[PyQt] PyQt multithreaded model/view

Romi Agar post at romi.ee
Wed Dec 30 11:02:08 GMT 2009


Hi!

I have a custom table model that gets its data from a QThread reading serial
port data. The serial thread emits data signals that are catched in the main
GUI thread which populates the model with serial data.
When I try to show the data with a QTableView, then the application hangs
because of high data rate.
What should I do that the main application would remain responsive?

Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20091230/08cd56be/attachment.html


More information about the PyQt mailing list