123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- SceneListItemWidget QLabel#label_String
- {
- height:20px;
- }
- SceneListItemWidget QLineEdit#Line_name:!read-only
- {
- min-height:30px;
- max-height:30px;
- padding-left:0px;
- color: #333333;
- }
- SceneListItemWidget QLineEdit#Line_name:read-only
- {
- min-height:30px;
- max-height:30px;
- padding-left:0px;
- border:0px;
- color: #333333;
- }
- SceneListItemWidget QLabel#img_label
- {
- min-width:80px;
- min-height:80px;
- max-width:80px;
- max-height:80px;
- }
- SceneListItemWidget QLabel[whatsThis="grap"]
- {
- border-image: url("Skins/MechHand/resource/pic_grap2.png");
- }
- SceneListItemWidget QLabel[whatsThis="place"]
- {
- border-image: url("Skins/MechHand/resource/pic_Place2.png");
- }
- SceneListItemWidget QLabel[whatsThis="correct"]
- {
- border-image: url("Skins/MechHand/resource/Correct2.png");
- }
- SceneListItemWidget QPushButton#btn_del,SceneListItemWidget QPushButton#btn_edit,SceneListItemWidget QPushButton#btn_verify
- {
- width: 50px;
- height: 32px;
- padding-left:12px;
- padding-right:12px;
- }
- SceneListItemWidget QPushButton#btn_rename
- {
- width: 66px;
- padding-left:12px;
- padding-right:12px;
- }
- SceneListItemWidget #line
- {
- min-height: 14px;
- max-height: 14px;
- color: #ff2d2d;
- }
|