Hi!<br><br>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. <br>
When I try to show the data with a QTableView, then the application hangs because of high data rate.<br>What should I do that the main application would remain responsive?<br><br>Thanks in advance.<br>