timepartwidget.ui 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TimePartWidget</class>
  4. <widget class="QWidget" name="TimePartWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>56</width>
  10. <height>192</height>
  11. </rect>
  12. </property>
  13. <property name="maximumSize">
  14. <size>
  15. <width>16777215</width>
  16. <height>16777215</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <property name="spacing">
  24. <number>0</number>
  25. </property>
  26. <property name="leftMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="rightMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="bottomMargin">
  36. <number>0</number>
  37. </property>
  38. <item>
  39. <widget class="QListWidget" name="listWidget">
  40. <property name="minimumSize">
  41. <size>
  42. <width>0</width>
  43. <height>0</height>
  44. </size>
  45. </property>
  46. <property name="maximumSize">
  47. <size>
  48. <width>16777215</width>
  49. <height>16777215</height>
  50. </size>
  51. </property>
  52. <property name="styleSheet">
  53. <string notr="true">QListWidget
  54. {
  55. font-family:&quot;Source Han Sans CN&quot;;
  56. font-size: 14px;
  57. font-weight: 400;
  58. color: &quot;#3A3F63&quot;;
  59. border: none;
  60. border-right: 1px solid rgba(0, 0, 0, 0.06);
  61. background: #ffffff;
  62. outline: 0px;
  63. }
  64. QListView::item:hover {
  65. background-color: rgb(245,245,245);
  66. font-family:&quot;Source Han Sans CN&quot;;
  67. font-size: 14px;
  68. font-weight: 400;
  69. color: &quot;#3A3F63&quot;;
  70. }
  71. QListView::item:selected {
  72. background-color: rgb(227, 238, 255);
  73. font-family:&quot;Source Han Sans CN&quot;;
  74. font-size: 14px;
  75. font-weight: 500;
  76. color: &quot;#3A3F63&quot;;
  77. outline: none;
  78. }
  79. QScrollBar:vertical
  80. {
  81. border:none;
  82. background-color: #e2e2e2;
  83. width: 4px;
  84. }
  85. QScrollBar::handle:vertical
  86. {
  87. background: #e2e2e2;
  88. border-radius: 2px;
  89. }
  90. QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical
  91. {
  92. background: #ffffff;/*transparent;*/
  93. border: none;
  94. }
  95. QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
  96. {
  97. background: #ffffff;/*transparent;*/
  98. border: none;
  99. }
  100. </string>
  101. </property>
  102. </widget>
  103. </item>
  104. </layout>
  105. </widget>
  106. <resources/>
  107. <connections/>
  108. </ui>