Guest User

Untitled

a guest
Jul 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. QTabWidget:pane {
  2. border-top: 1px solid rgba(0, 0, 0, 150);
  3. }
  4.  
  5. QTabBar:tab {
  6. width: 30px;
  7. height: 50px;
  8. background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(180, 180, 180, 255), stop:1 rgba(220, 220, 220, 255));
  9. border-top: 1px solid rgba(0, 0, 0, 150);
  10. border-right: 1px solid rgba(0, 0, 0, 150);
  11. margin: 0px;
  12. padding-top: -15px;
  13. padding-bottom: 15px;
  14. }
  15.  
  16. QTabBar:tab:selected {
  17. background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(160, 160, 160, 255), stop:1 rgba(220, 220, 220, 255));
  18. }
  19.  
  20. ## to tab stylesheet
  21.  
  22. QWidget {
  23. background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(220, 220, 220, 255), stop:1 rgba(250, 250, 250, 255));
  24. }
Add Comment
Please, Sign In to add comment