Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.5.0
-
None
Description
It would be nice to have QTabBar (and eventually) QTabWidget emit a signal indexAboutToBeChanged() before the current index changes,
This will enable users to do some preparatory work before next tab widget page becomes visible.
Alternately making the setCurrentIndex() virtual would also serve the purpose.