Quote Originally Posted by larry104
QObject::connect(dynTab->tableView, SIGNAL(doubleClicked(QModelIndex &index)),this, SLOT(myTableView_doubleClicked(QModelIndex &index)));
http://www.qtcentre.org/forum/faq.ph...lot_with_names

do I need to reimplement the signal doubleClicked when subclassing?
No, you don't implement signals.