1 Star 1 Fork 0

周鑫淼/qt人脸

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
widget.ui 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
周鑫淼 提交于 2020-04-09 16:32 . 基本完成识别功能
<?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>942</width>
<height>651</height>
</rect>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>170</y>
<width>640</width>
<height>480</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_logo">
<property name="geometry">
<rect>
<x>90</x>
<y>10</y>
<width>481</width>
<height>111</height>
</rect>
</property>
<property name="text">
<string>XXX公司的logo</string>
</property>
</widget>
<widget class="QLabel" name="label_name">
<property name="geometry">
<rect>
<x>750</x>
<y>120</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>姓名:</string>
</property>
</widget>
<widget class="QLabel" name="label_showname">
<property name="geometry">
<rect>
<x>830</x>
<y>120</y>
<width>68</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="label_result">
<property name="geometry">
<rect>
<x>750</x>
<y>200</y>
<width>161</width>
<height>91</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zxmiao/qt_face.git
git@gitee.com:zxmiao/qt_face.git
zxmiao
qt_face
qt人脸
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385