123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- CSceneCfgStdLocView QLineEdit#le_X_3,CSceneCfgStdLocView QLineEdit#le_Y_3,CSceneCfgStdLocView QLineEdit#le_Z_3,CSceneCfgStdLocView QLineEdit#le_Rx_3,CSceneCfgStdLocView QLineEdit#le_Ry_3,CSceneCfgStdLocView QLineEdit#le_Rz_3
- {
- width: 120px;
- height: 32px;
- color: #333333;
- }
- CSceneCfgStdLocView QPushButton#btn_create
- {
- width: 64px;
- height: 32px;
- }
- CSceneCfgStdLocView QPushButton#pushButton_3
- {
- min-width: 120px;
- height: 40px;
-
- text-align : right;
- background-repeat: repeat-no-repeat;
- background-position: left;
- background-origin:content;
- padding-left:32px;
- padding-right:32px;
-
- background-image:url(Skins/MechHand/resource/btn_icon_coords_n.png);
- }
- CSceneCfgStdLocView QPushButton#pushButton_3:disabled
- {
- background-image:url(Skins/MechHand/resource/btn_icon_coords_d.png);
- }
- CSceneCfgStdLocView QPushButton#pushButton_3:hover
- {
- background-image:url(Skins/MechHand/resource/btn_icon_coords_h.png);
- }
- CSceneCfgStdLocView QPushButton#pushButton_3:pressed
- {
- background-image:url(Skins/MechHand/resource/btn_icon_coords_p.png);
- }
- CSceneCfgStdLocView QPushButton#Visual_Reg[toolTip = "Register"]
- {
- width: 80px;
- height: 40px;
- text-align : right;
- background-repeat: repeat-no-repeat;
- background-position: left;
- background-origin:content;
- padding-left:154px;
- padding-right:154px;
-
- background-image:url(Skins/MechHand/resource/btn_icon_logon_n.png);
- }
- CSceneCfgStdLocView QPushButton#Visual_Reg[toolTip = "Registering"]
- {
- width: 80px;
- height: 40px;
- text-align : right;
-
- background-repeat: repeat-no-repeat;
- background-position: left;
- background-origin:content;
- padding-left:140px;
- padding-right:140px;
-
- background-image:url(Skins/MechHand/resource/btn_icon_logon_n.png);
- }
- CSceneCfgStdLocView QPushButton#Visual_Reg:disabled
- {
- background-image:url(Skins/MechHand/resource/btn_icon_logon_d.png);
- }
- CSceneCfgStdLocView QPushButton#Visual_Reg:hover
- {
- background-image:url(Skins/MechHand/resource/btn_icon_logon_h.png);
- }
- CSceneCfgStdLocView QPushButton#Visual_Reg:pressed
- {
- background-image:url(Skins/MechHand/resource/btn_icon_logon_p.png);
- }
- CSceneCfgStdLocView #lineEdit
- {
- border:0px;
- width: 212px;
- min-height: 32px;
- background-color: #f7f7f7;
- border-radius: 4px;
- color: #333333;
- }
- CSceneCfgStdLocView #label_16
- {
- color: #333333;
- }
|