You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

203 lines
4.8 KiB

1 month ago
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="acceptDrops">
<bool>true</bool>
</property>
<widget class="QPushButton" name="exportBtn">
<property name="geometry">
<rect>
<x>330</x>
<y>370</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>一键导入</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>150</x>
<y>30</y>
<width>481</width>
<height>221</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="sizeConstraint">
<enum>QLayout::SetNoConstraint</enum>
</property>
<property name="leftMargin">
<number>10</number>
</property>
<property name="topMargin">
<number>10</number>
</property>
<property name="rightMargin">
<number>10</number>
</property>
<property name="bottomMargin">
<number>10</number>
</property>
<item>
<layout class="QHBoxLayout" name="srcLayout">
<item>
<widget class="QLabel" name="srcText">
<property name="text">
<string>导入文件</string>
</property>
</widget>
</item>
<item>
<widget class="MyQLine" name="srcLineEdit"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="dstLayout">
<item>
<widget class="QLabel" name="dstTxt">
<property name="text">
<string>目标文件</string>
</property>
</widget>
</item>
<item>
<widget class="MyQLine" name="dstLineEdit"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="reslutLaout">
<item>
<widget class="QLabel" name="reslutTxt">
<property name="text">
<string>写入文件</string>
</property>
</widget>
</item>
<item>
<widget class="MyQLine" name="reslutLineEdit"/>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="LanBox">
<property name="geometry">
<rect>
<x>150</x>
<y>270</y>
<width>481</width>
<height>80</height>
</rect>
</property>
<property name="title">
<string>语言选择</string>
</property>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>471</width>
<height>80</height>
</rect>
</property>
<layout class="QGridLayout" name="LanLayout"/>
</widget>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>300</x>
<y>430</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>机器合入难免出错
合入后请校对
如有问题,概不负责</string>
</property>
</widget>
<widget class="QCheckBox" name="fillModeCheckBox">
<property name="geometry">
<rect>
<x>150</x>
<y>380</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>是否覆盖填充</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>MyQLine</class>
<extends>QLineEdit</extends>
<header>MyWidget</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>