2019-11-06 07:40:28 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>frmZhToPY</class>
|
|
|
|
<widget class="QWidget" name="frmZhToPY">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2021-05-30 07:59:42 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
2019-11-06 07:40:28 +00:00
|
|
|
</property>
|
2021-05-30 07:59:42 +00:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
2019-11-06 07:40:28 +00:00
|
|
|
</property>
|
2021-05-30 07:59:42 +00:00
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
2019-11-06 07:40:28 +00:00
|
|
|
</property>
|
2021-05-30 07:59:42 +00:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
2019-11-06 07:40:28 +00:00
|
|
|
</property>
|
2021-05-30 07:59:42 +00:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QPushButton" name="btnPY">
|
|
|
|
<property name="text">
|
|
|
|
<string>转全拼</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="txtChinese">
|
|
|
|
<property name="text">
|
|
|
|
<string>飞扬青云 QQ:517216493</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="labChinese">
|
|
|
|
<property name="text">
|
|
|
|
<string>汉字</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="txtResult"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="labResult">
|
|
|
|
<property name="text">
|
|
|
|
<string>结果</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QPushButton" name="btnJP">
|
|
|
|
<property name="text">
|
|
|
|
<string>转简拼</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>59</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>203</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2019-11-06 07:40:28 +00:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|