Hi to all,
In my application I have mainly 2 widgets ( QWidgets , 2 waveform viewers ) and I would switch the focus between these 2 widgets with the shift key.
For example I have
wave_1 and wave_2. When the application starts the wave_1 has focus.
If I press shift wave_2 must have the focus. Pressing shift again wave_1 will have the focus and so on.
Pressing shift the focus must pass from wave_1 and wave_2, no other widgets.


How can I do it?

Best Regards