MVP_QFindLineResultWidget.qss 628 B

12345678910111213141516171819202122232425262728293031323334353637
  1. 
  2. QWidget#FindLineResultWidget QLabel#lab_result
  3. QWidget#FindLineResultWidget QLabel#label
  4. QWidget#FindLineResultWidget QLabel#label_15
  5. {
  6. font-weight: 500;
  7. color:#000000;
  8. }
  9. QWidget#FindLineResultWidget QTabWidget
  10. {
  11. border:0px;
  12. qproperty-tabPosition: North;
  13. }
  14. QWidget#FindLineResultWidget QTabBar::tab
  15. {
  16. border:0px;
  17. width: 90px;
  18. height: 40px;
  19. background-color: #f2f3f4;
  20. }
  21. QWidget#FindLineResultWidget QTabBar::tab:selected
  22. {
  23. border:0px;
  24. width: 90px;
  25. height: 40px;
  26. background-color:#c1c2c3;
  27. color: #ff2d2d;
  28. }
  29. QWidget#FindLineResultWidget QTabWidget::pane
  30. {
  31. border: 1px solid #b9bfc8;
  32. background:#ffffff;
  33. }