92 lines
2.0 KiB
XML
92 lines
2.0 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>400</width>
|
|
<height>129</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>新增基础知识梳理</string>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>91</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>LaTeX文件位置</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_filepath">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>40</y>
|
|
<width>381</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_selectfilepath">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>304</x>
|
|
<y>10</y>
|
|
<width>91</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>选择文件</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>291</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>LaTeX文件中有一个enumerate环境.
|
|
每一个item后面有一个中括号包围的信息, 之后是内容.
|
|
例如: \item [K0101/K0101001B,K0101002B] 内容</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_exec">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>310</x>
|
|
<y>70</y>
|
|
<width>81</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>添加基础知识</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|