clOnlinePractice.ui 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>clOnlinePractice</class>
  4. <widget class="QWidget" name="clOnlinePractice">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>866</width>
  10. <height>571</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_onlinePractice" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>871</width>
  22. <height>571</height>
  23. </rect>
  24. </property>
  25. <widget class="QWidget" name="widget_op_top" native="true">
  26. <property name="geometry">
  27. <rect>
  28. <x>0</x>
  29. <y>0</y>
  30. <width>931</width>
  31. <height>80</height>
  32. </rect>
  33. </property>
  34. <property name="styleSheet">
  35. <string notr="true"/>
  36. </property>
  37. <widget class="QLabel" name="label_batch">
  38. <property name="geometry">
  39. <rect>
  40. <x>40</x>
  41. <y>30</y>
  42. <width>81</width>
  43. <height>16</height>
  44. </rect>
  45. </property>
  46. <property name="text">
  47. <string>选择考试批次</string>
  48. </property>
  49. </widget>
  50. <widget class="QComboBox" name="cbo_batch">
  51. <property name="geometry">
  52. <rect>
  53. <x>120</x>
  54. <y>30</y>
  55. <width>191</width>
  56. <height>22</height>
  57. </rect>
  58. </property>
  59. <property name="currentText">
  60. <string/>
  61. </property>
  62. </widget>
  63. </widget>
  64. <widget class="QTableWidget" name="tablewt_examList">
  65. <property name="geometry">
  66. <rect>
  67. <x>0</x>
  68. <y>80</y>
  69. <width>871</width>
  70. <height>401</height>
  71. </rect>
  72. </property>
  73. </widget>
  74. </widget>
  75. </widget>
  76. <resources/>
  77. <connections/>
  78. </ui>