1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>awQuestionNavigate</class>
- <widget class="QWidget" name="awQuestionNavigate">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>353</width>
- <height>107</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_qn_groupInfo" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>351</width>
- <height>51</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_questionScore">
- <property name="geometry">
- <rect>
- <x>270</x>
- <y>20</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>40分</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_questionName">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>一 单选题</string>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="widget_qn_questionList" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>50</y>
- <width>381</width>
- <height>80</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|