Is there any way to be notified about cell deactivation in QTableView?
I'm trying to enable and disable some buttons according to cell current state(activated or deactivated). I'm catching cell activation with clicked(QModelIndex) signal, but I'm wondering if there's similar technique to catch deactivated state.
Bookmarks