Hi,
This questions is specific to MAC:

  • I have a window(QWidget) which has a number if tabs (tabWidgets) inside.

  • Each tab in turn has other items like textboxes, radio buttons etc

  • I want to cycle through all the elements and most importantly the tab title itself by using the TAB/ Shift+TAB on MAC

  • I am able to access all the elements EXCEPT for the tab name/title itself


On Windows, this can be accessed.
Pointers will be appreciated .

Thanks.