CSceneVerifyGUI QPushButton#btn_verify { width: 372px; height: 40px; background-color:#ffffff; border-radius: 4px; border: 1px solid #b9bfc8; color: #333333; text-align : right; background-repeat: repeat-no-repeat; background-position: left; background-origin:content; padding-left:130px; padding-right:130px; background-image:url(Skins/MechHand/resource/btn_icon_execution_n.png); } CSceneVerifyGUI QPushButton#btn_verify:hover { color: #333333; background-color: #f0f2f3; } CSceneVerifyGUI QPushButton#btn_verify:pressed { color: #333333; background-color: #f0f2f3; } CSceneVerifyGUI QPushButton#btn_verify:disabled { color: #cbcbcb; background-color: #ffffff; } CSceneVerifyGUI #line { background-color:#ff2d2d; } CSceneVerifyGUI .QFrame#lineFrame,CSceneVerifyGUI .QFrame#lineFrame_2,CSceneVerifyGUI .QFrame#lineFrame_3 { background-color: #dcdfe3; } CSceneVerifyGUI QLabel#label_step1_2 { color: #333333; } CSceneVerifyGUI QLabel#label_4 { color: #666666; } CSceneVerifyGUI QLabel[whatsThis="grap"] { border-image: url("Skins/MechHand/resource/pic_grap2.png"); } CSceneVerifyGUI QLabel[whatsThis="place"] { border-image: url("Skins/MechHand/resource/pic_Place2.png"); } CSceneVerifyGUI QLabel[whatsThis="correct"] { border-image: url("Skins/MechHand/resource/Correct2.png"); } CSceneVerifyGUI QLabel[whatsThis="errorVerify"] { image:url(./Skins/MechHand/resource/prompt_error2.png); color:#333333; } CSceneVerifyGUI QLabel[whatsThis="overVerify"] { image:url(./Skins/MechHand/resource/prompt_over.png); color:#ff0000; } CSceneVerifyGUI QLabel[whatsThis="stepVerify"] { image:url(./Skins/MechHand/resource/step_N.png); color:#666666; } CSceneVerifyGUI QComboBox#adjustPosComboBox { height: 32px; }