1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>questionSet</class>
- <widget class="QWidget" name="questionSet">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>772</width>
- <height>510</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="label_bigQuesionName">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>10</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>四、填空题 (共5题)</string>
- </property>
- </widget>
- <widget class="Line" name="line_question">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>40</y>
- <width>591</width>
- <height>16</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QSplitter" name="splitter">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>70</y>
- <width>661</width>
- <height>384</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <widget class="QListWidget" name="list_body"/>
- <widget class="QListWidget" name="list_question">
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- </widget>
- </widget>
- <widget class="QLabel" name="label_groupProgress">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>20</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|