1 Star 1 Fork 0

LinYe2830/face_camera

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mainwindow.ui 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
LinYe2830 提交于 2023-06-04 18:58 . 第一次上传
<?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>1080</width>
<height>720</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="styleSheet">
<string notr="true">QMainWindow {
background-color: #000000;
border-radius: 30px;
padding: 40px;
}
QMainWindow::title {
background-color: #000000;
color: #ffffff;
}</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="take">
<property name="geometry">
<rect>
<x>910</x>
<y>270</y>
<width>150</width>
<height>150</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
border-width:1px;
border-radius:65px;
background-color: #ffffff;
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>icon/camera.ico</normaloff>icon/camera.ico</iconset>
</property>
<property name="iconSize">
<size>
<width>140</width>
<height>140</height>
</size>
</property>
</widget>
<widget class="QLabel" name="cam">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>881</width>
<height>701</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel {
padding: 0px;
background-color: #FFFFFF;
border: 2px solid #87CEFA;
}</string>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linye2830/face_camera.git
git@gitee.com:linye2830/face_camera.git
linye2830
face_camera
face_camera
master

搜索帮助