choiceQuesiton.ui 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>choiceQuesiton</class>
  4. <widget class="QWidget" name="choiceQuesiton">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>673</width>
  10. <height>489</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="QPushButton" name="btn_mark">
  20. <property name="geometry">
  21. <rect>
  22. <x>10</x>
  23. <y>20</y>
  24. <width>31</width>
  25. <height>23</height>
  26. </rect>
  27. </property>
  28. <property name="text">
  29. <string/>
  30. </property>
  31. </widget>
  32. <widget class="QListWidget" name="list_choiceQuestion">
  33. <property name="geometry">
  34. <rect>
  35. <x>60</x>
  36. <y>10</y>
  37. <width>601</width>
  38. <height>471</height>
  39. </rect>
  40. </property>
  41. <property name="verticalScrollBarPolicy">
  42. <enum>Qt::ScrollBarAlwaysOff</enum>
  43. </property>
  44. <property name="horizontalScrollBarPolicy">
  45. <enum>Qt::ScrollBarAlwaysOff</enum>
  46. </property>
  47. </widget>
  48. </widget>
  49. <resources/>
  50. <connections/>
  51. </ui>