175 lines
3.7 KiB
XML
175 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Form</class>
|
|
<widget class="QWidget" name="Form">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>760</width>
|
|
<height>490</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>题库内容直接编辑</string>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>110</y>
|
|
<width>54</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>题号</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_ID">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>130</y>
|
|
<width>71</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_content">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>160</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>题目内容</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_genre">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>190</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>类型</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_ans">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>220</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>答案</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_solution">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>250</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>解答</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_origin">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>280</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>来源</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_remarks">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>310</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>备注列表</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>110</y>
|
|
<width>191</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>题号为 的 字段</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="plainTextEdit_toedit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>130</y>
|
|
<width>471</width>
|
|
<height>201</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_exec">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>620</x>
|
|
<y>130</y>
|
|
<width>61</width>
|
|
<height>91</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>修改</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_tocommit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>620</x>
|
|
<y>230</y>
|
|
<width>61</width>
|
|
<height>101</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>提交</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|