Dear Gurus,

Suppose I have a table model that I view in a QTableView (A). In another QTableView (B) I want to display the rows that are selected in the first QTableView (A).

How do I achieve this? Ie, each selected row in view (A) should be displayed in view (B).

Best regards,

Mads