Changing color of only one tab
Hello,
I want to change color of tab at specific index. Can I achieve this with setStyleSheet or is there some other way? I want only tab name background colored (not just text background, but whole area that is clickable) not the whole tab area. How can I achieve this?
Re: Changing color of only one tab
I remember this being asked before.
By default, this is not possible (if I remember it correctly), even not with stylesheets.
I guess you can try a subclassed tab widget (with a custom style maybe)