Hi there!

I can't to use the property tabPosition :S and maybe I'm doing anything worng:
Qt Code:
  1. QTabWidget[tabPosition="North"]::pane { /* The tab widget frame */
  2. border-top: 2px solid #C2C7CB;
  3. position: absolute;
  4. top: -2px;
  5. border-color: black;
  6. }
To copy to clipboard, switch view to plain text mode 

I need to identify tab position, North, West... etc, and use different border-image. The before code is for to force to change anything of my current stylesheet but... nothing happend

Thanks in advance!