Something similar to WS_GROUP in Qt?
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.
Re: Something similar to WS_GROUP in Qt?
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.