Hi
I want to capture KeyPressEvent when i press enter after editing any particular cell in QTableWidget.
I am getting KeyPressEvent for QTableWidget class which is a sub class of QWidget.
I tried to capture the event for QTableWidgetItem, But i Think its not a subclass of QWidget.
So how do i capture the KeyPressEvent for QTableWidgetItem?
Thanks
Bookmarks