MVP_FindLines.qss 990 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. 
  2. QWidget#FindLinesConfigWidget QTabWidget
  3. {
  4. border:0px;
  5. qproperty-tabPosition: North;
  6. }
  7. QWidget#FindLinesConfigWidget QTabBar::tab
  8. {
  9. border:0px;
  10. width: 80px;
  11. height: 40px;
  12. text-align: center;
  13. background-color: #f2f3f4;
  14. }
  15. QWidget#FindLinesConfigWidget QTabBar::tab:selected
  16. {
  17. border:0px;
  18. width: 80px;
  19. height: 40px;
  20. background-color:#c1c2c3;
  21. text-align: center;
  22. color: #ff2d2d;
  23. }
  24. QWidget#FindLinesConfigWidget QTabWidget::pane
  25. {
  26. border: 1px solid #b9bfc8;
  27. background:#ffffff;
  28. }
  29. QWidget#FindLinesResultWidget QTabWidget
  30. {
  31. border:0px;
  32. qproperty-tabPosition: North;
  33. }
  34. QWidget#FindLinesResultWidget QTabBar::tab
  35. {
  36. border:0px;
  37. width: 80px;
  38. height: 40px;
  39. text-align: center;
  40. background-color: #f2f3f4;
  41. }
  42. QWidget#FindLinesResultWidget QTabBar::tab:selected
  43. {
  44. border:0px;
  45. width: 80px;
  46. height: 40px;
  47. background-color:#c1c2c3;
  48. text-align: center;
  49. color: #ff2d2d;
  50. }
  51. QWidget#FindLinesResultWidget QTabWidget::pane
  52. {
  53. border: 1px solid #b9bfc8;
  54. background:#ffffff;
  55. }