PDA

View Full Version : Something similar to WS_GROUP in Qt?



zoeker
27th June 2008, 18:52
Hi,

can someone confirm or deny if the concept behind Windows' WS_GROUP is implemented in Qt? That is, controls are divided into groups, hitting Tab key moves the focus to the first control of the next group, navigation in the group is done with the arrow keys.

wysota
27th June 2008, 22:22
It is not implemented, but it is achievable. By default both tabs and arrow keys move focus to the next or previous widget in chain, but you can use event filters to change that behaviour.