123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>clOnlinePractice</class>
- <widget class="QWidget" name="clOnlinePractice">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>866</width>
- <height>571</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_onlinePractice" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>871</width>
- <height>571</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_op_top" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>931</width>
- <height>80</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <widget class="QLabel" name="label_batch">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>30</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>选择考试批次</string>
- </property>
- </widget>
- <widget class="QComboBox" name="cbo_batch">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>30</y>
- <width>191</width>
- <height>22</height>
- </rect>
- </property>
- <property name="currentText">
- <string/>
- </property>
- </widget>
- </widget>
- <widget class="QTableWidget" name="tablewt_examList">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>80</y>
- <width>871</width>
- <height>401</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|