I have two basic QTableWidgets. One is basically a one column list with names (table1). The other is a table with manyyyy rows and mannnny columns (table2). Currently I have it programmed to highlight a table2 cell if the text in that cell matches the name from the list in table1 that is clicked. All is fine and this works great. Since table2 has thousands of rows, I want it to not only highlight the correct cell, but then scroll to it and make it visible in table2. I have tried basically everything, I am somewhat of a beginner at this...any ideas?

I attached a picture. The left table is the list (clearly), the right table is the large table with many cells.

When I click on say "pin8" in table1, which isn't visible right now in table 2(cause its in column 9), I want it to scroll to the cell that has "pin8" and have it at least be seen if not centered.

Thank you for any help in advance...


HIGGZ BOSON
the quantum mechanicQtable.jpg