CCalibraMoveManualGUI.qss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. QPushButton[whatsThis = "moveManualExec"]
  2. {
  3. width:178px;
  4. height: 40px;
  5. background-color: #ffffff;
  6. border-radius: 4px;
  7. border: 1px solid #ff2d2d;
  8. font-size: 16px;
  9. color: #ff2d2d;
  10. text-align : right;
  11. background-repeat: repeat-no-repeat;
  12. background-position: left;
  13. background-origin:content;
  14. padding-left:64px;
  15. padding-right:64px;
  16. background-image:url(Skins/MechHand/resource/btn_icon_execution_n.png);
  17. }
  18. QPushButton[whatsThis="moveManualExec"]:hover
  19. {
  20. background-color: #ff4c4c;
  21. border-radius: 4px;
  22. border:1px solid #ff4c4c;
  23. color: #ffffff;
  24. background-image:url(Skins/MechHand/resource/btn_icon_execution_h.png);
  25. }
  26. QPushButton[whatsThis="moveManualExec"]:pressed
  27. {
  28. background-color: #ff2d2d;
  29. border-radius: 4px;
  30. color: #ffffff;
  31. background-image:url(Skins/MechHand/resource/btn_icon_execution_p.png);
  32. }
  33. QPushButton[whatsThis="moveManualExec"]:disabled
  34. {
  35. background-color: #ffffff;
  36. border-radius: 3px;
  37. border:1px solid #ff9595;
  38. color: #ffcaca;
  39. background-image:url(Skins/MechHand/resource/btn_icon_execution_d.png);
  40. }
  41. QPushButton[whatsThis = "moveManualClear"]
  42. {
  43. width:60px;
  44. height: 32px;
  45. background-color:#ffffff;
  46. border-radius: 4px;
  47. border: 1px solid #b9bfc8;
  48. color: #333333;
  49. }
  50. QPushButton[whatsThis="moveManualClear"]:hover
  51. {
  52. color: #333333;
  53. background-color: #f0f2f3;
  54. }
  55. QPushButton[whatsThis="moveManualClear"]:pressed
  56. {
  57. color: #333333;
  58. background-color: #f0f2f3;
  59. }
  60. QPushButton[whatsThis="moveManualClear"]:disabled
  61. {
  62. color: #cbcbcb;
  63. background-color: #ffffff;
  64. }
  65. QPushButton[whatsThis = "moveManualDelete"]
  66. {
  67. width:60px;
  68. height: 32px;
  69. background-color:#ffffff;
  70. border-radius: 4px;
  71. border: 1px solid #b9bfc8;
  72. color: #333333;
  73. }
  74. QPushButton[whatsThis="moveManualDelete"]:hover
  75. {
  76. color: #333333;
  77. background-color: #f0f2f3;
  78. }
  79. QPushButton[whatsThis="moveManualDelete"]:pressed
  80. {
  81. color: #333333;
  82. background-color: #f0f2f3;
  83. }
  84. QPushButton[whatsThis="moveManualDelete"]:disabled
  85. {
  86. color: #cbcbcb;
  87. background-color: #ffffff;
  88. }
  89. QPushButton[whatsThis = "moveManualReset"]
  90. {
  91. width:90px;
  92. height: 32px;
  93. background-color:#ffffff;
  94. border-radius: 4px;
  95. border: 1px solid #b9bfc8;
  96. color: #333333;
  97. }
  98. QPushButton[whatsThis="moveManualReset"]:hover
  99. {
  100. color: #333333;
  101. background-color: #f0f2f3;
  102. }
  103. QPushButton[whatsThis="moveManualReset"]:pressed
  104. {
  105. color: #333333;
  106. background-color: #f0f2f3;
  107. }
  108. QPushButton[whatsThis="moveManualReset"]:disabled
  109. {
  110. color: #cbcbcb;
  111. background-color: #ffffff;
  112. }
  113. QPushButton[whatsThis = "moveManualObtain"]
  114. {
  115. min-width:128px;
  116. min-height: 40px;
  117. background-color: #ffffff;
  118. border-radius: 4px;
  119. border: 1px solid #ff2d2d;
  120. font-size: 16px;
  121. color: #ff2d2d;
  122. text-align : right;
  123. background-repeat: repeat-no-repeat;
  124. background-position: left;
  125. background-origin:content;
  126. padding-left:20px;
  127. padding-right:20px;
  128. background-image:url(Skins/MechHand/resource/btn_icon_coords_n.png);
  129. }
  130. QPushButton[whatsThis="moveManualObtain"]:hover
  131. {
  132. background-color: #ff4c4c;
  133. border-radius: 4px;
  134. border:1px solid #ff4c4c;
  135. color: #ffffff;
  136. background-image:url(Skins/MechHand/resource/btn_icon_coords_h.png);
  137. }
  138. QPushButton[whatsThis="moveManualObtain"]:pressed
  139. {
  140. background-color: #ff2d2d;
  141. border-radius: 4px;
  142. color: #ffffff;
  143. background-image:url(Skins/MechHand/resource/btn_icon_coords_p.png);
  144. }
  145. QPushButton[whatsThis="moveManualObtain"]:disabled
  146. {
  147. background-color: #ffffff;
  148. border-radius: 3px;
  149. border:1px solid #ff9595;
  150. color: #ffcaca;
  151. background-image:url(Skins/MechHand/resource/btn_icon_coords_d.png);
  152. }
  153. QLineEdit[whatsThis="rotationAngle"]
  154. {
  155. width: 226px;
  156. height: 32px;
  157. }
  158. QCheckBox[whatsThis="checkBoxGetCoor"]
  159. {
  160. min-width: 120px;
  161. height: 20px;
  162. }