更改部分bug加入人脸识别锁机制

This commit is contained in:
冯佳
2025-09-15 11:37:37 +08:00
parent f12a289c57
commit babab70845
6 changed files with 183 additions and 51 deletions

View File

@ -93,7 +93,7 @@ color: rgb(207, 0, 13);</string>
</rect>
</property>
<property name="statusTip">
<string>SwitchOn,Index=2,Action=CmdExecute, SelectImag=SR_001.png, groupstart=6</string>
<string>SwitchOn,Index=2,Action=CmdExecute, SelectImag=SR_001.png, password,groupstart=6</string>
</property>
<property name="text">
<string/>
@ -115,7 +115,7 @@ color: rgb(207, 0, 13);</string>
</rect>
</property>
<property name="statusTip">
<string>SwitchOff,Index=3,Action=CmdExecute, SelectImag=SR_001.png</string>
<string>SwitchOff,Index=3,Action=CmdExecute, password,SelectImag=SR_001.png</string>
</property>
<property name="text">
<string/>
@ -218,7 +218,7 @@ color: rgb(207, 0, 13);</string>
</rect>
</property>
<property name="statusTip">
<string>SwitchOff,Index=4,Action=CmdExecute, SelectImag=SR_001.png</string>
<string>SwitchOff,Index=4,Action=CmdExecute, password,SelectImag=SR_001.png</string>
</property>
<property name="text">
<string/>

View File

@ -334,6 +334,22 @@ color: rgb(177, 229, 252);</string>
<string>人脸框</string>
</property>
</widget>
<widget class="QPushButton" name="btn_delete_user_id">
<property name="geometry">
<rect>
<x>10</x>
<y>240</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="statusTip">
<string>Index=0, Action=DeleteUser,SelectImag=IMxx_00F.png</string>
</property>
<property name="text">
<string>删除用户</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="P05_01BG">
<property name="geometry">
@ -351,11 +367,40 @@ color: rgb(177, 229, 252);</string>
<pixmap>../image/FaceCameraView.png</pixmap>
</property>
</widget>
<widget class="QTableWidget" name="table">
<property name="geometry">
<rect>
<x>1080</x>
<y>520</y>
<width>821</width>
<height>371</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<column>
<property name="text">
<string>用户ID</string>
</property>
</column>
<column>
<property name="text">
<string>用户名</string>
</property>
</column>
<column>
<property name="text">
<string>注册时间</string>
</property>
</column>
</widget>
<zorder>P05_01BG</zorder>
<zorder>groupBox_sys</zorder>
<zorder>group_log</zorder>
<zorder>group_video</zorder>
<zorder>group_cmd</zorder>
<zorder>table</zorder>
</widget>
</widget>
<resources/>