CSceneCfgStdLocView.qss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. 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
  2. {
  3. width: 120px;
  4. height: 32px;
  5. color: #333333;
  6. }
  7. CSceneCfgStdLocView QPushButton#btn_create
  8. {
  9. width: 64px;
  10. height: 32px;
  11. }
  12. CSceneCfgStdLocView QPushButton#pushButton_3
  13. {
  14. min-width: 120px;
  15. height: 40px;
  16. text-align : right;
  17. background-repeat: repeat-no-repeat;
  18. background-position: left;
  19. background-origin:content;
  20. padding-left:32px;
  21. padding-right:32px;
  22. background-image:url(Skins/MechHand/resource/btn_icon_coords_n.png);
  23. }
  24. CSceneCfgStdLocView QPushButton#pushButton_3:disabled
  25. {
  26. background-image:url(Skins/MechHand/resource/btn_icon_coords_d.png);
  27. }
  28. CSceneCfgStdLocView QPushButton#pushButton_3:hover
  29. {
  30. background-image:url(Skins/MechHand/resource/btn_icon_coords_h.png);
  31. }
  32. CSceneCfgStdLocView QPushButton#pushButton_3:pressed
  33. {
  34. background-image:url(Skins/MechHand/resource/btn_icon_coords_p.png);
  35. }
  36. CSceneCfgStdLocView QPushButton#Visual_Reg[toolTip = "Register"]
  37. {
  38. width: 80px;
  39. height: 40px;
  40. text-align : right;
  41. background-repeat: repeat-no-repeat;
  42. background-position: left;
  43. background-origin:content;
  44. padding-left:154px;
  45. padding-right:154px;
  46. background-image:url(Skins/MechHand/resource/btn_icon_logon_n.png);
  47. }
  48. CSceneCfgStdLocView QPushButton#Visual_Reg[toolTip = "Registering"]
  49. {
  50. width: 80px;
  51. height: 40px;
  52. text-align : right;
  53. background-repeat: repeat-no-repeat;
  54. background-position: left;
  55. background-origin:content;
  56. padding-left:140px;
  57. padding-right:140px;
  58. background-image:url(Skins/MechHand/resource/btn_icon_logon_n.png);
  59. }
  60. CSceneCfgStdLocView QPushButton#Visual_Reg:disabled
  61. {
  62. background-image:url(Skins/MechHand/resource/btn_icon_logon_d.png);
  63. }
  64. CSceneCfgStdLocView QPushButton#Visual_Reg:hover
  65. {
  66. background-image:url(Skins/MechHand/resource/btn_icon_logon_h.png);
  67. }
  68. CSceneCfgStdLocView QPushButton#Visual_Reg:pressed
  69. {
  70. background-image:url(Skins/MechHand/resource/btn_icon_logon_p.png);
  71. }
  72. CSceneCfgStdLocView #lineEdit
  73. {
  74. border:0px;
  75. width: 212px;
  76. min-height: 32px;
  77. background-color: #f7f7f7;
  78. border-radius: 4px;
  79. color: #333333;
  80. }
  81. CSceneCfgStdLocView #label_16
  82. {
  83. color: #333333;
  84. }