I need to display in real time data records coming from TCPIP connection. Each record contains the same number of items. In the other words, I need a multi-column view which can quickly append rows. I am trying QTableWidget but it appears to be more appropriate for the fixed size table. Is there a better one for my purpose?
Note that data arrives quickly (500 records/sec).
Bookmarks