[Interest] focus handling in qt

Konstantin Tokarev annulen at yandex.ru
Fri Jul 20 15:30:03 CEST 2012


20.07.2012, 17:23, "pritam.ghanghas at gmail.com" <pritam.ghanghas at gmail.com>:
> Hi All,I was looking at qt code to understand "how focus management code in qt works in case of  keyboard/remote devices".
> I have some loose ends here. I am hoping someone with more exposure to these areas can help me out.
> 1. I couldn't figure out how qt is able to move focus between buttons in a widget with left/right. I didn't see any code doing that. There was
> code in qwidget.cpp that handles tab/backtab but no right/left.
> 2. When I enabled directional navigation with QT_KEYPAD_NAVIGATION, it screwed up all default focus handling my QTableView.
> Any link to some write up about these areas of qt or guidelines about focus handling in pointer less devices will be extremely helpful.

We write keyPressEvent handlers for our widgets (or event filters) and use QWidget::setFocus().

-- 
Regards,
Konstantin



More information about the Interest mailing list