answerWidget.ui 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>answerWidget</class>
  4. <widget class="QWidget" name="answerWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>944</width>
  10. <height>683</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_aw_answerBG" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>0</y>
  21. <width>591</width>
  22. <height>571</height>
  23. </rect>
  24. </property>
  25. <widget class="QWidget" name="widget_aw_top" native="true">
  26. <property name="geometry">
  27. <rect>
  28. <x>0</x>
  29. <y>0</y>
  30. <width>591</width>
  31. <height>41</height>
  32. </rect>
  33. </property>
  34. <widget class="QLabel" name="label_answerProgress">
  35. <property name="geometry">
  36. <rect>
  37. <x>30</x>
  38. <y>10</y>
  39. <width>54</width>
  40. <height>12</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string>答题进度</string>
  45. </property>
  46. </widget>
  47. <widget class="QProgressBar" name="pgb_answerProgress">
  48. <property name="geometry">
  49. <rect>
  50. <x>100</x>
  51. <y>10</y>
  52. <width>211</width>
  53. <height>16</height>
  54. </rect>
  55. </property>
  56. <property name="value">
  57. <number>100</number>
  58. </property>
  59. <property name="textVisible">
  60. <bool>true</bool>
  61. </property>
  62. </widget>
  63. <widget class="QPushButton" name="btn_handInPaper">
  64. <property name="geometry">
  65. <rect>
  66. <x>500</x>
  67. <y>10</y>
  68. <width>75</width>
  69. <height>23</height>
  70. </rect>
  71. </property>
  72. <property name="focusPolicy">
  73. <enum>Qt::NoFocus</enum>
  74. </property>
  75. <property name="text">
  76. <string>交卷</string>
  77. </property>
  78. </widget>
  79. </widget>
  80. </widget>
  81. <widget class="QWidget" name="widget_navigate" native="true">
  82. <property name="geometry">
  83. <rect>
  84. <x>620</x>
  85. <y>10</y>
  86. <width>301</width>
  87. <height>611</height>
  88. </rect>
  89. </property>
  90. <widget class="QWidget" name="widget_ng_top" native="true">
  91. <property name="geometry">
  92. <rect>
  93. <x>0</x>
  94. <y>0</y>
  95. <width>301</width>
  96. <height>51</height>
  97. </rect>
  98. </property>
  99. <widget class="QLabel" name="label_lastTime">
  100. <property name="geometry">
  101. <rect>
  102. <x>150</x>
  103. <y>20</y>
  104. <width>54</width>
  105. <height>12</height>
  106. </rect>
  107. </property>
  108. <property name="text">
  109. <string>00:00:00</string>
  110. </property>
  111. </widget>
  112. <widget class="QLabel" name="label_lastTimeIcon">
  113. <property name="geometry">
  114. <rect>
  115. <x>60</x>
  116. <y>20</y>
  117. <width>54</width>
  118. <height>12</height>
  119. </rect>
  120. </property>
  121. <property name="text">
  122. <string/>
  123. </property>
  124. </widget>
  125. </widget>
  126. <widget class="QPushButton" name="btn_all">
  127. <property name="geometry">
  128. <rect>
  129. <x>30</x>
  130. <y>60</y>
  131. <width>75</width>
  132. <height>23</height>
  133. </rect>
  134. </property>
  135. <property name="text">
  136. <string>全部</string>
  137. </property>
  138. </widget>
  139. <widget class="QPushButton" name="btn_unanswered">
  140. <property name="geometry">
  141. <rect>
  142. <x>30</x>
  143. <y>100</y>
  144. <width>75</width>
  145. <height>23</height>
  146. </rect>
  147. </property>
  148. <property name="text">
  149. <string>未答</string>
  150. </property>
  151. </widget>
  152. <widget class="QPushButton" name="btn_answered">
  153. <property name="geometry">
  154. <rect>
  155. <x>150</x>
  156. <y>60</y>
  157. <width>75</width>
  158. <height>23</height>
  159. </rect>
  160. </property>
  161. <property name="text">
  162. <string>已答</string>
  163. </property>
  164. </widget>
  165. <widget class="QPushButton" name="btn_marked">
  166. <property name="geometry">
  167. <rect>
  168. <x>150</x>
  169. <y>100</y>
  170. <width>75</width>
  171. <height>23</height>
  172. </rect>
  173. </property>
  174. <property name="text">
  175. <string>标记</string>
  176. </property>
  177. </widget>
  178. <widget class="QPushButton" name="btn_allNum">
  179. <property name="geometry">
  180. <rect>
  181. <x>70</x>
  182. <y>60</y>
  183. <width>31</width>
  184. <height>21</height>
  185. </rect>
  186. </property>
  187. <property name="text">
  188. <string>0</string>
  189. </property>
  190. </widget>
  191. <widget class="QPushButton" name="btn_unansweredNum">
  192. <property name="geometry">
  193. <rect>
  194. <x>70</x>
  195. <y>100</y>
  196. <width>31</width>
  197. <height>21</height>
  198. </rect>
  199. </property>
  200. <property name="text">
  201. <string>0</string>
  202. </property>
  203. </widget>
  204. <widget class="QPushButton" name="btn_answeredNum">
  205. <property name="geometry">
  206. <rect>
  207. <x>190</x>
  208. <y>60</y>
  209. <width>31</width>
  210. <height>21</height>
  211. </rect>
  212. </property>
  213. <property name="text">
  214. <string>0</string>
  215. </property>
  216. </widget>
  217. <widget class="QPushButton" name="btn_markedNum">
  218. <property name="geometry">
  219. <rect>
  220. <x>190</x>
  221. <y>100</y>
  222. <width>31</width>
  223. <height>21</height>
  224. </rect>
  225. </property>
  226. <property name="text">
  227. <string>0</string>
  228. </property>
  229. </widget>
  230. <widget class="QLabel" name="label_HLine">
  231. <property name="geometry">
  232. <rect>
  233. <x>30</x>
  234. <y>160</y>
  235. <width>54</width>
  236. <height>12</height>
  237. </rect>
  238. </property>
  239. <property name="text">
  240. <string/>
  241. </property>
  242. </widget>
  243. <widget class="QListWidget" name="lw_aw_questionList">
  244. <property name="geometry">
  245. <rect>
  246. <x>10</x>
  247. <y>170</y>
  248. <width>256</width>
  249. <height>192</height>
  250. </rect>
  251. </property>
  252. </widget>
  253. <widget class="QWidget" name="widget_aw_face" native="true">
  254. <property name="geometry">
  255. <rect>
  256. <x>20</x>
  257. <y>480</y>
  258. <width>261</width>
  259. <height>111</height>
  260. </rect>
  261. </property>
  262. </widget>
  263. </widget>
  264. </widget>
  265. <resources/>
  266. <connections/>
  267. </ui>