QPushButton[whatsThis = "moveManualExec"] { width:178px; height: 40px; background-color: #ffffff; border-radius: 4px; border: 1px solid #ff2d2d; font-size: 16px; color: #ff2d2d; text-align : right; background-repeat: repeat-no-repeat; background-position: left; background-origin:content; padding-left:64px; padding-right:64px; background-image:url(Skins/MechHand/resource/btn_icon_execution_n.png); } QPushButton[whatsThis="moveManualExec"]:hover { background-color: #ff4c4c; border-radius: 4px; border:1px solid #ff4c4c; color: #ffffff; background-image:url(Skins/MechHand/resource/btn_icon_execution_h.png); } QPushButton[whatsThis="moveManualExec"]:pressed { background-color: #ff2d2d; border-radius: 4px; color: #ffffff; background-image:url(Skins/MechHand/resource/btn_icon_execution_p.png); } QPushButton[whatsThis="moveManualExec"]:disabled { background-color: #ffffff; border-radius: 3px; border:1px solid #ff9595; color: #ffcaca; background-image:url(Skins/MechHand/resource/btn_icon_execution_d.png); } QPushButton[whatsThis = "moveManualClear"] { width:60px; height: 32px; background-color:#ffffff; border-radius: 4px; border: 1px solid #b9bfc8; color: #333333; } QPushButton[whatsThis="moveManualClear"]:hover { color: #333333; background-color: #f0f2f3; } QPushButton[whatsThis="moveManualClear"]:pressed { color: #333333; background-color: #f0f2f3; } QPushButton[whatsThis="moveManualClear"]:disabled { color: #cbcbcb; background-color: #ffffff; } QPushButton[whatsThis = "moveManualDelete"] { width:60px; height: 32px; background-color:#ffffff; border-radius: 4px; border: 1px solid #b9bfc8; color: #333333; } QPushButton[whatsThis="moveManualDelete"]:hover { color: #333333; background-color: #f0f2f3; } QPushButton[whatsThis="moveManualDelete"]:pressed { color: #333333; background-color: #f0f2f3; } QPushButton[whatsThis="moveManualDelete"]:disabled { color: #cbcbcb; background-color: #ffffff; } QPushButton[whatsThis = "moveManualReset"] { width:90px; height: 32px; background-color:#ffffff; border-radius: 4px; border: 1px solid #b9bfc8; color: #333333; } QPushButton[whatsThis="moveManualReset"]:hover { color: #333333; background-color: #f0f2f3; } QPushButton[whatsThis="moveManualReset"]:pressed { color: #333333; background-color: #f0f2f3; } QPushButton[whatsThis="moveManualReset"]:disabled { color: #cbcbcb; background-color: #ffffff; } QPushButton[whatsThis = "moveManualObtain"] { min-width:128px; min-height: 40px; background-color: #ffffff; border-radius: 4px; border: 1px solid #ff2d2d; font-size: 16px; color: #ff2d2d; text-align : right; background-repeat: repeat-no-repeat; background-position: left; background-origin:content; padding-left:20px; padding-right:20px; background-image:url(Skins/MechHand/resource/btn_icon_coords_n.png); } QPushButton[whatsThis="moveManualObtain"]:hover { background-color: #ff4c4c; border-radius: 4px; border:1px solid #ff4c4c; color: #ffffff; background-image:url(Skins/MechHand/resource/btn_icon_coords_h.png); } QPushButton[whatsThis="moveManualObtain"]:pressed { background-color: #ff2d2d; border-radius: 4px; color: #ffffff; background-image:url(Skins/MechHand/resource/btn_icon_coords_p.png); } QPushButton[whatsThis="moveManualObtain"]:disabled { background-color: #ffffff; border-radius: 3px; border:1px solid #ff9595; color: #ffcaca; background-image:url(Skins/MechHand/resource/btn_icon_coords_d.png); } QLineEdit[whatsThis="rotationAngle"] { width: 226px; height: 32px; } QCheckBox[whatsThis="checkBoxGetCoor"] { min-width: 120px; height: 20px; }