awQuestionNavigate.ui 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>awQuestionNavigate</class>
  4. <widget class="QWidget" name="awQuestionNavigate">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>353</width>
  10. <height>107</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_qn_groupInfo" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>351</width>
  22. <height>51</height>
  23. </rect>
  24. </property>
  25. <widget class="QLabel" name="label_questionScore">
  26. <property name="geometry">
  27. <rect>
  28. <x>270</x>
  29. <y>20</y>
  30. <width>54</width>
  31. <height>12</height>
  32. </rect>
  33. </property>
  34. <property name="text">
  35. <string>40分</string>
  36. </property>
  37. </widget>
  38. <widget class="QLabel" name="label_questionName">
  39. <property name="geometry">
  40. <rect>
  41. <x>20</x>
  42. <y>20</y>
  43. <width>54</width>
  44. <height>12</height>
  45. </rect>
  46. </property>
  47. <property name="text">
  48. <string>一 单选题</string>
  49. </property>
  50. </widget>
  51. </widget>
  52. <widget class="QWidget" name="widget_qn_questionList" native="true">
  53. <property name="geometry">
  54. <rect>
  55. <x>0</x>
  56. <y>50</y>
  57. <width>381</width>
  58. <height>80</height>
  59. </rect>
  60. </property>
  61. </widget>
  62. </widget>
  63. <resources/>
  64. <connections/>
  65. </ui>