questionSet.ui 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>questionSet</class>
  4. <widget class="QWidget" name="questionSet">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>772</width>
  10. <height>510</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLabel" name="label_bigQuesionName">
  17. <property name="geometry">
  18. <rect>
  19. <x>40</x>
  20. <y>10</y>
  21. <width>54</width>
  22. <height>12</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>四、填空题 (共5题)</string>
  27. </property>
  28. </widget>
  29. <widget class="Line" name="line_question">
  30. <property name="geometry">
  31. <rect>
  32. <x>30</x>
  33. <y>40</y>
  34. <width>591</width>
  35. <height>16</height>
  36. </rect>
  37. </property>
  38. <property name="orientation">
  39. <enum>Qt::Horizontal</enum>
  40. </property>
  41. </widget>
  42. <widget class="QSplitter" name="splitter">
  43. <property name="geometry">
  44. <rect>
  45. <x>20</x>
  46. <y>70</y>
  47. <width>661</width>
  48. <height>384</height>
  49. </rect>
  50. </property>
  51. <property name="orientation">
  52. <enum>Qt::Vertical</enum>
  53. </property>
  54. <widget class="QListWidget" name="list_body"/>
  55. <widget class="QListWidget" name="list_question">
  56. <property name="horizontalScrollBarPolicy">
  57. <enum>Qt::ScrollBarAlwaysOff</enum>
  58. </property>
  59. </widget>
  60. </widget>
  61. <widget class="QLabel" name="label_groupProgress">
  62. <property name="geometry">
  63. <rect>
  64. <x>620</x>
  65. <y>20</y>
  66. <width>54</width>
  67. <height>12</height>
  68. </rect>
  69. </property>
  70. <property name="text">
  71. <string>TextLabel</string>
  72. </property>
  73. </widget>
  74. </widget>
  75. <resources/>
  76. <connections/>
  77. </ui>