Two QTableView as One
-
Hi all,
I hope that this is the right place where I can post my question:
I need to display simultaneously a lot of table rows, so I thought to display two QTableView, one on the left and one on the right, my idea is that when space on left Table finish, instead to scroll, new rows should be added to the second (right) table...
Is there a way to realize this ??
Thank's a lot
ricox