1 Star 4 Fork 0

cxtan/Qtvirtual_Keyboard_By_GooglePinyin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
widget.ui 1012 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenxi 提交于 2023-04-18 12:10 . first
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>547</width>
<height>288</height>
</rect>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>461</width>
<height>71</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 20pt &quot;黑体&quot;;</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>30</x>
<y>140</y>
<width>461</width>
<height>71</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 20pt &quot;黑体&quot;;</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cxtan/qtvirtual_keyboard_by_googlepinyin.git
[email protected]:cxtan/qtvirtual_keyboard_by_googlepinyin.git
cxtan
qtvirtual_keyboard_by_googlepinyin
Qtvirtual_Keyboard_By_GooglePinyin
master

搜索帮助