There is QTabWidget
in my application. Ctrl+Tab
does not toggle tabs. But I noticed Ctrl+Tab
works for new QTabWidget
. May be I accidentally removed this action. I don't know.
What can be a reason and how can I restore tabs toggling by Ctrl+Tab
?
Asked
Active
Viewed 224 times
0

Ufx
- 2,595
- 12
- 44
- 83
-
Some workaround [here](http://stackoverflow.com/questions/10160232/qt-designer-shortcut-to-another-tab) – t3ft3l--i Jun 02 '15 at 06:37
-
you might have disabled, keyboad focus for QTabWidget using "setFocusPolicy( Qt::NoFocus)? – Ashif Jun 02 '15 at 06:37