ShowTempPage.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ShowTempPage</class>
  4. <widget class="QWidget" name="ShowTempPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>460</width>
  10. <height>896</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <widget class="JListWidget" name="serialNumberList">
  20. <property name="geometry">
  21. <rect>
  22. <x>10</x>
  23. <y>84</y>
  24. <width>441</width>
  25. <height>331</height>
  26. </rect>
  27. </property>
  28. <property name="styleSheet">
  29. <string notr="true"> QListWidget {
  30. border-radius: 4px;
  31. }
  32. QListWidget::item:hover {
  33. background-color: rgba(176, 176, 216, 0.6);
  34. }
  35. QListWidget::item:selected {
  36. background-color: rgba(160, 160, 200, 0.8);
  37. color: #fff;
  38. }</string>
  39. </property>
  40. </widget>
  41. <widget class="QPushButton" name="addBut">
  42. <property name="geometry">
  43. <rect>
  44. <x>373</x>
  45. <y>50</y>
  46. <width>75</width>
  47. <height>23</height>
  48. </rect>
  49. </property>
  50. <property name="cursor">
  51. <cursorShape>PointingHandCursor</cursorShape>
  52. </property>
  53. <property name="toolTip">
  54. <string extracomment="添加">add</string>
  55. </property>
  56. <property name="styleSheet">
  57. <string notr="true">image: url(:/images/Program/addMatrix.png);</string>
  58. </property>
  59. <property name="text">
  60. <string/>
  61. </property>
  62. </widget>
  63. <widget class="QTabWidget" name="praTabWidget">
  64. <property name="geometry">
  65. <rect>
  66. <x>10</x>
  67. <y>430</y>
  68. <width>441</width>
  69. <height>451</height>
  70. </rect>
  71. </property>
  72. </widget>
  73. <widget class="QPushButton" name="saveAllBut">
  74. <property name="geometry">
  75. <rect>
  76. <x>280</x>
  77. <y>50</y>
  78. <width>75</width>
  79. <height>23</height>
  80. </rect>
  81. </property>
  82. <property name="cursor">
  83. <cursorShape>PointingHandCursor</cursorShape>
  84. </property>
  85. <property name="toolTip">
  86. <string extracomment="保存所有">Save all</string>
  87. </property>
  88. <property name="styleSheet">
  89. <string notr="true">image: url(:/images/Program/saveBondInfo.png);</string>
  90. </property>
  91. <property name="text">
  92. <string/>
  93. </property>
  94. </widget>
  95. <widget class="QLabel" name="label">
  96. <property name="geometry">
  97. <rect>
  98. <x>11</x>
  99. <y>11</y>
  100. <width>211</width>
  101. <height>31</height>
  102. </rect>
  103. </property>
  104. <property name="styleSheet">
  105. <string notr="true">background-color: transparent;
  106. border: none;</string>
  107. </property>
  108. <property name="text">
  109. <string extracomment="温度列表Id:">Temperature List Id:</string>
  110. </property>
  111. <property name="alignment">
  112. <set>Qt::AlignCenter</set>
  113. </property>
  114. </widget>
  115. <widget class="QComboBox" name="idListComboBox">
  116. <property name="geometry">
  117. <rect>
  118. <x>234</x>
  119. <y>11</y>
  120. <width>171</width>
  121. <height>31</height>
  122. </rect>
  123. </property>
  124. <property name="font">
  125. <font>
  126. <family>Agency FB</family>
  127. <pointsize>14</pointsize>
  128. </font>
  129. </property>
  130. </widget>
  131. <widget class="QFrame" name="frame">
  132. <property name="geometry">
  133. <rect>
  134. <x>10</x>
  135. <y>422</y>
  136. <width>441</width>
  137. <height>2</height>
  138. </rect>
  139. </property>
  140. <property name="styleSheet">
  141. <string notr="true">background-color: rgb(199,202,235);</string>
  142. </property>
  143. <property name="frameShape">
  144. <enum>QFrame::StyledPanel</enum>
  145. </property>
  146. <property name="frameShadow">
  147. <enum>QFrame::Raised</enum>
  148. </property>
  149. </widget>
  150. <widget class="QFrame" name="frame_2">
  151. <property name="geometry">
  152. <rect>
  153. <x>10</x>
  154. <y>78</y>
  155. <width>441</width>
  156. <height>2</height>
  157. </rect>
  158. </property>
  159. <property name="styleSheet">
  160. <string notr="true">background-color: rgb(199,202,235);</string>
  161. </property>
  162. <property name="frameShape">
  163. <enum>QFrame::StyledPanel</enum>
  164. </property>
  165. <property name="frameShadow">
  166. <enum>QFrame::Raised</enum>
  167. </property>
  168. </widget>
  169. <widget class="QFrame" name="frame_3">
  170. <property name="geometry">
  171. <rect>
  172. <x>10</x>
  173. <y>46</y>
  174. <width>441</width>
  175. <height>2</height>
  176. </rect>
  177. </property>
  178. <property name="styleSheet">
  179. <string notr="true">background-color: rgb(199,202,235);</string>
  180. </property>
  181. <property name="frameShape">
  182. <enum>QFrame::StyledPanel</enum>
  183. </property>
  184. <property name="frameShadow">
  185. <enum>QFrame::Raised</enum>
  186. </property>
  187. </widget>
  188. </widget>
  189. <customwidgets>
  190. <customwidget>
  191. <class>JListWidget</class>
  192. <extends>QListWidget</extends>
  193. <header location="global">Src/RewriteControl/JListWidget.h</header>
  194. </customwidget>
  195. </customwidgets>
  196. <resources/>
  197. <connections/>
  198. </ui>