QTabWidget: different close image for selected Tab
General and Desktop
5
Posts
2
Posters
4.7k
Views
1
Watching
-
[quote author="Andre" date="1319794148"]I think that that is up to the style to render. However, I think you might be able to do what you want using a style sheet too. Check the Qt style sheet reference, and take a look at the last part of the example for customizing a tab bar.[/quote]
I already tried it with styles but i cannot find the right name for not selected or hovered
The Close Button tag is:
@QTabBar::close-button@
while the Tabs use
@QTabBar::tab:selected@
and
@QTabBar::tab:hover@