standardAnswer.ui 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>standardAnswer</class>
  4. <widget class="QWidget" name="standardAnswer">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>642</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QPushButton" name="btn_sa_showAnswer">
  17. <property name="geometry">
  18. <rect>
  19. <x>40</x>
  20. <y>20</y>
  21. <width>91</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>显示答案</string>
  27. </property>
  28. </widget>
  29. <widget class="QWidget" name="widget_sa_answer" native="true">
  30. <property name="geometry">
  31. <rect>
  32. <x>20</x>
  33. <y>70</y>
  34. <width>551</width>
  35. <height>201</height>
  36. </rect>
  37. </property>
  38. <widget class="QLabel" name="label_sa_answer">
  39. <property name="geometry">
  40. <rect>
  41. <x>10</x>
  42. <y>10</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 class="QTextBrowser" name="txtb_sa_answer">
  52. <property name="geometry">
  53. <rect>
  54. <x>80</x>
  55. <y>10</y>
  56. <width>441</width>
  57. <height>192</height>
  58. </rect>
  59. </property>
  60. </widget>
  61. </widget>
  62. <widget class="QLabel" name="label_sa_arrow">
  63. <property name="geometry">
  64. <rect>
  65. <x>103</x>
  66. <y>30</y>
  67. <width>21</width>
  68. <height>20</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string/>
  73. </property>
  74. </widget>
  75. </widget>
  76. <resources/>
  77. <connections/>
  78. </ui>