123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>standardAnswer</class>
- <widget class="QWidget" name="standardAnswer">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>642</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QPushButton" name="btn_sa_showAnswer">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>20</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>显示答案</string>
- </property>
- </widget>
- <widget class="QWidget" name="widget_sa_answer" native="true">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>70</y>
- <width>551</width>
- <height>201</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_sa_answer">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>正确答案:</string>
- </property>
- </widget>
- <widget class="QTextBrowser" name="txtb_sa_answer">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>10</y>
- <width>441</width>
- <height>192</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QLabel" name="label_sa_arrow">
- <property name="geometry">
- <rect>
- <x>103</x>
- <y>30</y>
- <width>21</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|