hi,

How to display different styles for each tab in Qt designer.i'm using the code

Qt Code:
  1. QTabBar::tab:first
  2. {
  3. background:red;
  4. }
  5. QTabBar::tab:last
  6. {
  7. background:white;
  8. }
To copy to clipboard, switch view to plain text mode 


i want to display other color for 2nd ,3rd etc..


thanks in advance