1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
-
- #moveAuto_Exec
- {
- width: 372px;
- 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:152px;
- padding-right:152px;
-
- background-image:url(Skins/MechHand/resource/btn_icon_execution_n.png);
- }
- #moveAuto_Exec:hover
- {
- background-color: #ff4c4c;
- border-radius: 4px;
- border:1px solid #ff4c4c;
- color: #ffffff;
- background-image:url(Skins/MechHand/resource/btn_icon_execution_h.png);
- }
- #moveAuto_Exec:pressed
- {
- background-color: #ff2d2d;
- border-radius: 4px;
- color: #ffffff;
- background-image:url(Skins/MechHand/resource/btn_icon_execution_p.png);
- }
- #moveAuto_Exec:disabled
- {
- background-color: #ffffff;
- border-radius: 3px;
- border:1px solid #ff9595;
- color: #ffcaca;
- background-image:url(Skins/MechHand/resource/btn_icon_execution_d.png);
- }
- #pushButton_reset
- {
- width: 100px;
- height: 32px;
- background-color: #ffffff;
- border-radius: 4px;
- border:1px solid #b9bfc8;
- }
- #pushButton_reset:hover
- {
- outline: none;
- color: #333333;
- background-color: #f0f2f3;
- }
- #pushButton_reset:pressed
- {
- outline: none;
- color: #333333;
- background-color: #f0f2f3;
- }
- #pushButton_reset:disabled
- {
- outline: none;
- color: #cbcbcb;
- background-color: #ffffff;
- }
- QComboBox[whatsThis = "modeCombox"]
- {
- width: 100px;
- height: 32px;
- }
- QDoubleSpinBox[whatsThis = "movingIntervalEdit"]
- {
- width: 240px;
- height: 32px;
- }
|