qt_demoe/control/zhtopy/frmzhtopy.ui

82 lines
1.9 KiB
Plaintext
Raw Normal View History

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>
2021-09-20 04:45:58 +00:00
<width>800</width>
<height>600</height>
2019-11-06 07:40:28 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
2021-11-25 11:59:38 +00:00
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>11</x>
<y>11</y>
<width>481</width>
<height>63</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="2">
<widget class="QPushButton" name="btnPY">
<property name="text">
<string>转全拼</string>
2019-11-06 07:40:28 +00:00
</property>
2021-11-25 11:59:38 +00:00
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="txtChinese">
<property name="text">
<string>飞扬青云 QQ:517216493</string>
2019-11-06 07:40:28 +00:00
</property>
2021-11-25 11:59:38 +00:00
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="labChinese">
<property name="text">
<string>汉字</string>
2019-11-06 07:40:28 +00:00
</property>
2021-11-25 11:59:38 +00:00
</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>
2019-11-06 07:40:28 +00:00
</property>
2021-11-25 11:59:38 +00:00
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="btnJP">
<property name="text">
<string>转简拼</string>
</property>
</widget>
</item>
</layout>
</widget>
2019-11-06 07:40:28 +00:00
</widget>
<resources/>
<connections/>
</ui>