123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- CCalibraFileItem QLabel#label_String
- {
- height:20px;
- }
- CCalibraFileItem QLineEdit#lineE_Name:!read-only
- {
- min-height:30px;
- max-height:30px;
- padding-left:0px;
- color: #333333;
- }
- CCalibraFileItem QLineEdit#lineE_Name:read-only
- {
- min-height:30px;
- max-height:30px;
- padding-left:0px;
- border:0px;
- color: #333333;
- }
- CCalibraFileItem QLabel#label_3
- {
- min-width:80px;
- min-height:80px;
- max-width:80px;
- max-height:80px;
- }
- CCalibraFileItem #line
- {
- min-height: 14px;
- max-height: 14px;
- color: #ff2d2d;
- }
- CCalibraFileItem QLabel[whatsThis="move"]
- {
- border-image: url("Skins/MechHand/resource/pic_移动2.png");
- }
- CCalibraFileItem QLabel[whatsThis="fixed"]
- {
- border-image: url("Skins/MechHand/resource/pic_fixed2.png");
- }
- QPushButton#btn_export
- {
- width: 60px;
- height: 32px;
- background-color: #ffffff;
- border-radius: 4px;
-
- text-align : right;
- background-repeat: repeat-no-repeat;
- background-position: left;
- background-origin:content;
- padding-left:18px;
- padding-right:18px;
- background-image:url(Skins/MechHand/resource/btn_icon_export_n.png);
- }
- QPushButton#btn_export:disabled
- {
- background-image:url(Skins/MechHand/resource/btn_icon_export_d.png);
- }
- QPushButton#btn_export:hover
- {
- width: 60px;
- height: 32px;
- background-color: #f0f2f3;
- border-radius: 4px;
- }
|