Subclassing QTabBar
Hello is there any way to change the color of the QTabBar component of the QTabWidget and also without changing the color of the entire QTabWidget?.
I think i need to subclass QTabBar and handle the corresponding QPaintEvent to do the colors the way I want.
Any suggestions or other solutions ?!
Thanks in advance,