I have some data that is coming in via a TCP/IP connection that I need to show in a QTableView. I don't need to create a DB for the information. What is the best way to show this information in a QTableView if I don't want a DB.

I could show the information in QListView if I could set up Tabs.