SceneListItemWidget.qss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. SceneListItemWidget QLabel#label_String
  2. {
  3. height:20px;
  4. }
  5. SceneListItemWidget QLineEdit#Line_name:!read-only
  6. {
  7. min-height:30px;
  8. max-height:30px;
  9. padding-left:0px;
  10. color: #333333;
  11. }
  12. SceneListItemWidget QLineEdit#Line_name:read-only
  13. {
  14. min-height:30px;
  15. max-height:30px;
  16. padding-left:0px;
  17. border:0px;
  18. color: #333333;
  19. }
  20. SceneListItemWidget QLabel#img_label
  21. {
  22. min-width:80px;
  23. min-height:80px;
  24. max-width:80px;
  25. max-height:80px;
  26. }
  27. SceneListItemWidget QLabel[whatsThis="grap"]
  28. {
  29. border-image: url("Skins/MechHand/resource/pic_grap2.png");
  30. }
  31. SceneListItemWidget QLabel[whatsThis="place"]
  32. {
  33. border-image: url("Skins/MechHand/resource/pic_Place2.png");
  34. }
  35. SceneListItemWidget QLabel[whatsThis="correct"]
  36. {
  37. border-image: url("Skins/MechHand/resource/Correct2.png");
  38. }
  39. SceneListItemWidget QPushButton#btn_del,SceneListItemWidget QPushButton#btn_edit,SceneListItemWidget QPushButton#btn_verify
  40. {
  41. width: 50px;
  42. height: 32px;
  43. padding-left:12px;
  44. padding-right:12px;
  45. }
  46. SceneListItemWidget QPushButton#btn_rename
  47. {
  48. width: 66px;
  49. padding-left:12px;
  50. padding-right:12px;
  51. }
  52. SceneListItemWidget #line
  53. {
  54. min-height: 14px;
  55. max-height: 14px;
  56. color: #ff2d2d;
  57. }