143 lines
3.2 KiB
XML
143 lines
3.2 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>720</width>
|
|
<height>401</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>文本转换处理</string>
|
|
</property>
|
|
<widget class="QPlainTextEdit" name="plainTextEdit_origin">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>291</width>
|
|
<height>361</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>将源文本 粘贴 在这个文本框内</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>54</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>源文本</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>10</y>
|
|
<width>54</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>目标文本</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="plainTextEdit_dest">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>430</x>
|
|
<y>30</y>
|
|
<width>281</width>
|
|
<height>361</height>
|
|
</rect>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>按 转换 以获得目标文本</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_convert">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>310</x>
|
|
<y>230</y>
|
|
<width>111</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>转换</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>320</x>
|
|
<y>80</y>
|
|
<width>97</width>
|
|
<height>126</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QRadioButton" name="radioButton_mathpix">
|
|
<property name="text">
|
|
<string>Mathpix</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="radioButton_textcircled">
|
|
<property name="text">
|
|
<string>圆圈数字</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="radioButton_multiple">
|
|
<property name="text">
|
|
<string>多选转填空</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="radioButton_puctuations">
|
|
<property name="text">
|
|
<string>标点转半角</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="radioButton_answers">
|
|
<property name="text">
|
|
<string>已有答案标红</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|