Hi All,
I am developing QT application which is having QMainWindow with central tab Widget and other 4/5 dockable widgets. Now I want to swich over from one dockable widget to another using keyboard short-cut like 'Shift+Tab' Or 'Ctrl+Tab'. This behaviour is same like
on windows when we have more than one window opened, we can switch using 'Alt+Tab' which shows windows opened on taskbar.

Please give me any clue/ suggestion to add this feature in my Qt based application.