changeQuestion.ui 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>changeQuestion</class>
  4. <widget class="QWidget" name="changeQuestion">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>665</width>
  10. <height>98</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QPushButton" name="btn_cq_previous">
  17. <property name="geometry">
  18. <rect>
  19. <x>40</x>
  20. <y>40</y>
  21. <width>75</width>
  22. <height>23</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>上一题</string>
  27. </property>
  28. </widget>
  29. <widget class="QPushButton" name="btn_cq_next">
  30. <property name="geometry">
  31. <rect>
  32. <x>160</x>
  33. <y>40</y>
  34. <width>75</width>
  35. <height>23</height>
  36. </rect>
  37. </property>
  38. <property name="layoutDirection">
  39. <enum>Qt::RightToLeft</enum>
  40. </property>
  41. <property name="text">
  42. <string>下一题 </string>
  43. </property>
  44. </widget>
  45. </widget>
  46. <resources/>
  47. <connections/>
  48. </ui>