CCalibraFileItem.qss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. CCalibraFileItem QLabel#label_String
  2. {
  3. height:20px;
  4. }
  5. CCalibraFileItem QLineEdit#lineE_Name:!read-only
  6. {
  7. min-height:30px;
  8. max-height:30px;
  9. padding-left:0px;
  10. color: #333333;
  11. }
  12. CCalibraFileItem QLineEdit#lineE_Name:read-only
  13. {
  14. min-height:30px;
  15. max-height:30px;
  16. padding-left:0px;
  17. border:0px;
  18. color: #333333;
  19. }
  20. CCalibraFileItem QLabel#label_3
  21. {
  22. min-width:80px;
  23. min-height:80px;
  24. max-width:80px;
  25. max-height:80px;
  26. }
  27. CCalibraFileItem #line
  28. {
  29. min-height: 14px;
  30. max-height: 14px;
  31. color: #ff2d2d;
  32. }
  33. CCalibraFileItem QLabel[whatsThis="move"]
  34. {
  35. border-image: url("Skins/MechHand/resource/pic_移动2.png");
  36. }
  37. CCalibraFileItem QLabel[whatsThis="fixed"]
  38. {
  39. border-image: url("Skins/MechHand/resource/pic_fixed2.png");
  40. }
  41. QPushButton#btn_export
  42. {
  43. width: 60px;
  44. height: 32px;
  45. background-color: #ffffff;
  46. border-radius: 4px;
  47. text-align : right;
  48. background-repeat: repeat-no-repeat;
  49. background-position: left;
  50. background-origin:content;
  51. padding-left:18px;
  52. padding-right:18px;
  53. background-image:url(Skins/MechHand/resource/btn_icon_export_n.png);
  54. }
  55. QPushButton#btn_export:disabled
  56. {
  57. background-image:url(Skins/MechHand/resource/btn_icon_export_d.png);
  58. }
  59. QPushButton#btn_export:hover
  60. {
  61. width: 60px;
  62. height: 32px;
  63. background-color: #f0f2f3;
  64. border-radius: 4px;
  65. }