Hi,

I have a QTableView. If I connect to the signal 'void activated(const QModelIndex & index)', the method I connect to is not called, when I double-click, single-click, enter by tab, enter by space-press etc.

However, if I connect to the signal 'void doubleClicked(const QModelIndex & index)', my method does get called when I double-click a table cell.

Am I misunderstanding the meaning of the 'activated' signal or doing something else wrong.

Best regards