Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
4.5.0
-
None
Description
While it is possible to set tab's text color of the QTabBar by calling QTabBar::setTabTextColor(), it is not possible to do the same thing with QTabWidget's own tab bar directly despite the fact that it uses QTabBar.
QTabWidget has several analogical functions (i.e. setting tabs' texts and tabs' icons) but it does not have QTabWidget::setTabTextColor(), The only way to have this is to subclass QTabWidget and use protected tabBar() function which ofcourse not very handy.