Details
-
Type:
Bug
-
Status: Open
-
Priority:
P4: Low
-
Resolution: Unresolved
-
Affects Version/s: 4.7.0
-
Fix Version/s: None
-
Component/s: Widgets: Widgets and Dialogs
-
Labels:None
Description
I use QPlainTextEdit in tabs (QTabWidget). So expected behaviour is switching between tabs with CTRL+TAB and SHIFT+CTRL+TAB. This feature is already implemented in QTabWidget, but it does not work when widgets in tabs are QPlainTextEdit objects because QPlainTextEdit intercept the CTRL+Tab key and SHIFT+CTRL+TAB key and threat them as Tab key. Work around for this is make QActions for CTRL+TAB and SHIFT+CTRL+TAB. Please fix this bug as soon as posible.