Hi...

I have a QTabWidget, inside 1 Tab I have a QTableView on which I have set the setEditTriggers(QAbstractItemView::SelectedClicked ).

I also have connected the doubleclick event: when I doubleclick on this TableView, I switch to the next Tab and show the required stuff... Everything is working well.

the problem is that when I doubleclick on a selectedcell... that one goes in editmode and the QCompleter:opup() is showed (even if the app already switched to the next tab).

What shoud I do, so that if I doubleClick on a selected cell, it desn't go in editmode?