CCalibraMoveAutoGUI.qss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. 
  2. #moveAuto_Exec
  3. {
  4. width: 372px;
  5. height: 40px;
  6. background-color: #ffffff;
  7. border-radius: 4px;
  8. border: 1px solid #ff2d2d;
  9. font-size: 16px;
  10. color: #ff2d2d;
  11. text-align : right;
  12. background-repeat: repeat-no-repeat;
  13. background-position: left;
  14. background-origin:content;
  15. padding-left:152px;
  16. padding-right:152px;
  17. background-image:url(Skins/MechHand/resource/btn_icon_execution_n.png);
  18. }
  19. #moveAuto_Exec:hover
  20. {
  21. background-color: #ff4c4c;
  22. border-radius: 4px;
  23. border:1px solid #ff4c4c;
  24. color: #ffffff;
  25. background-image:url(Skins/MechHand/resource/btn_icon_execution_h.png);
  26. }
  27. #moveAuto_Exec:pressed
  28. {
  29. background-color: #ff2d2d;
  30. border-radius: 4px;
  31. color: #ffffff;
  32. background-image:url(Skins/MechHand/resource/btn_icon_execution_p.png);
  33. }
  34. #moveAuto_Exec:disabled
  35. {
  36. background-color: #ffffff;
  37. border-radius: 3px;
  38. border:1px solid #ff9595;
  39. color: #ffcaca;
  40. background-image:url(Skins/MechHand/resource/btn_icon_execution_d.png);
  41. }
  42. #pushButton_reset
  43. {
  44. width: 100px;
  45. height: 32px;
  46. background-color: #ffffff;
  47. border-radius: 4px;
  48. border:1px solid #b9bfc8;
  49. }
  50. #pushButton_reset:hover
  51. {
  52. outline: none;
  53. color: #333333;
  54. background-color: #f0f2f3;
  55. }
  56. #pushButton_reset:pressed
  57. {
  58. outline: none;
  59. color: #333333;
  60. background-color: #f0f2f3;
  61. }
  62. #pushButton_reset:disabled
  63. {
  64. outline: none;
  65. color: #cbcbcb;
  66. background-color: #ffffff;
  67. }
  68. QComboBox[whatsThis = "modeCombox"]
  69. {
  70. width: 100px;
  71. height: 32px;
  72. }
  73. QDoubleSpinBox[whatsThis = "movingIntervalEdit"]
  74. {
  75. width: 240px;
  76. height: 32px;
  77. }