Hi folks!
I'd like to style each page button on QTabBar identified by custom property (or index).
Is it even possible? The problem is that custom (page) property is associated with pane, not tab bar.
I'm looking for something like
Qt Code:
  1. QTabBar::tab[currentIndex=0] { background: yellow; }
To copy to clipboard, switch view to plain text mode 

But this doesn't work. What I found in documentation is identifying first, last, selected and hoved.