Reimplement QObject::event() for your table widget (or its viewport(), try both) and handle Qt::Key_Tab there. Alternatively reimplement QAbstractItemView::focusNextPrevChild() and call implementation of the method from QWidget there.
Reimplement QObject::event() for your table widget (or its viewport(), try both) and handle Qt::Key_Tab there. Alternatively reimplement QAbstractItemView::focusNextPrevChild() and call implementation of the method from QWidget there.
Boron (6th February 2012)
Bookmarks