123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- 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;
- }
|