123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>answerWidget</class>
- <widget class="QWidget" name="answerWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>944</width>
- <height>683</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_aw_answerBG" native="true">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>0</y>
- <width>591</width>
- <height>571</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_aw_top" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>591</width>
- <height>41</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_answerProgress">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>10</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>答题进度</string>
- </property>
- </widget>
- <widget class="QProgressBar" name="pgb_answerProgress">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>10</y>
- <width>211</width>
- <height>16</height>
- </rect>
- </property>
- <property name="value">
- <number>100</number>
- </property>
- <property name="textVisible">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_handInPaper">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>10</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="focusPolicy">
- <enum>Qt::NoFocus</enum>
- </property>
- <property name="text">
- <string>交卷</string>
- </property>
- </widget>
- </widget>
- </widget>
- <widget class="QWidget" name="widget_navigate" native="true">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>10</y>
- <width>301</width>
- <height>611</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_ng_top" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>301</width>
- <height>51</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_lastTime">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>20</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>00:00:00</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_lastTimeIcon">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>20</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- <widget class="QPushButton" name="btn_all">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>60</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>全部</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_unanswered">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>100</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>未答</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_answered">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>60</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>已答</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_marked">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>100</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>标记</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_allNum">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>60</y>
- <width>31</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>0</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_unansweredNum">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>100</y>
- <width>31</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>0</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_answeredNum">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>60</y>
- <width>31</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>0</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_markedNum">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>100</y>
- <width>31</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>0</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_HLine">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>160</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QListWidget" name="lw_aw_questionList">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>170</y>
- <width>256</width>
- <height>192</height>
- </rect>
- </property>
- </widget>
- <widget class="QWidget" name="widget_aw_face" native="true">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>480</y>
- <width>261</width>
- <height>111</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|