1 Star 0 Fork 0

苏 昌武/faceIdentity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 11.86 KB
一键复制 编辑 原始数据 按行查看 历史
苏 昌武 提交于 2024-06-15 08:20 . add net transfer
<?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>800</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>480</width>
<height>480</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="widget_2" native="true">
<property name="geometry">
<rect>
<x>150</x>
<y>370</y>
<width>171</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-radius:10px;</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="styleSheet">
<string notr="true">image: url(:/right.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="styleSheet">
<string notr="true">font: 24pt &quot;Ubuntu&quot;;
color: rgb(255, 255, 255);
border:none;
background-color: rgba(49, 50, 54,0);</string>
</property>
<property name="text">
<string>success</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="headerpic">
<property name="geometry">
<rect>
<x>100</x>
<y>60</y>
<width>266</width>
<height>266</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/Scan.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="videoLb">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>480</width>
<height>480</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<zorder>videoLb</zorder>
<zorder>widget_2</zorder>
<zorder>headerpic</zorder>
</widget>
<widget class="QWidget" name="widget_3" native="true">
<property name="geometry">
<rect>
<x>480</x>
<y>0</y>
<width>320</width>
<height>480</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QWidget{
border:1px solid #313236;
border-radius:4px;
background-color: rgba(37, 40, 49,0.9);
}
QWidget#titleLab{
font: 20pt &quot;Ubuntu&quot;;
color: rgb(255, 255, 255);
}
QWidget#headerLab{
border-radius:75px;
}</string>
</property>
<widget class="QLabel" name="titleLab">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>320</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>faceIdentity system</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="headerLab">
<property name="geometry">
<rect>
<x>80</x>
<y>60</y>
<width>150</width>
<height>150</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>220</y>
<width>281</width>
<height>241</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QWidget" name="widget_4" native="true">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">QWidget{
border:1px solid #313236;
border-radius:4px;
background-color: rgba(37, 40, 49,0.9);
}
QLabel{
border:none;
color: rgb(186, 189, 182);
font: 16pt &quot;Ubuntu&quot;;
}
QLineEdit{
border:none;
color: rgb(255, 255, 255);
font: 16pt &quot;Ubuntu&quot;;
}</string>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>271</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>code :</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>00001</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_5" native="true">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">QWidget{
border:1px solid #313236;
border-radius:4px;
background-color: rgba(37, 40, 49,0.9);
}
QLabel{
border:none;
color: rgb(186, 189, 182);
font: 16pt &quot;Ubuntu&quot;;
}
QLineEdit{
border:none;
color: rgb(255, 255, 255);
font: 16pt &quot;Ubuntu&quot;;
}</string>
</property>
<widget class="QWidget" name="layoutWidget_4">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>271</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_10">
<property name="text">
<string>name:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>00001</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_6" native="true">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">QWidget{
border:1px solid #313236;
border-radius:4px;
background-color: rgba(37, 40, 49,0.9);
}
QLabel{
border:none;
color: rgb(186, 189, 182);
font: 16pt &quot;Ubuntu&quot;;
}
QLineEdit{
border:none;
color: rgb(255, 255, 255);
font: 16pt &quot;Ubuntu&quot;;
}</string>
</property>
<widget class="QWidget" name="layoutWidget_7">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>271</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_13">
<property name="text">
<string>part :</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_8">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>00001</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_7" native="true">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">QWidget{
border:1px solid #313236;
border-radius:4px;
background-color: rgba(37, 40, 49,0.9);
}
QLabel{
border:none;
color: rgb(186, 189, 182);
font: 16pt &quot;Ubuntu&quot;;
}
QLineEdit{
border:none;
color: rgb(255, 255, 255);
font: 16pt &quot;Ubuntu&quot;;
}</string>
</property>
<widget class="QWidget" name="layoutWidget_8">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>271</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QLabel" name="label_14">
<property name="text">
<string>time :</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_9">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>00001</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/su-changwu/face-identity.git
[email protected]:su-changwu/face-identity.git
su-changwu
face-identity
faceIdentity
master

搜索帮助