Hi,

I'm dynamically adding tabs to a QTabWidget using buttons add/delete tab. In each tab there is a QTableView. Now in each of the QTableViews there should be the possibility to double click on a row. Having only a static single tab+tableView I specified a slot for that table view "on_tableView1_doubleClicked(const QModelIndex &index);" and the code which goes along with that. How can can I do that for the dynamically created table views?

Can someone point me into the right direction?
Thanks.