unknown
2025-09-10 a4fc45393e242f15517f9347f95e55c77887b332
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>FaceLinkMainWindow</class>
 <widget class="QMainWindow" name="FaceLinkMainWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1379</width>
    <height>732</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>FaceLinkMainWindow</string>
  </property>
  <widget class="QWidget" name="centralWidget">
   <widget class="QTabWidget" name="tabWidget">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>30</y>
      <width>900</width>
      <height>700</height>
     </rect>
    </property>
    <property name="currentIndex">
     <number>1</number>
    </property>
    <widget class="QWidget" name="live_feed_4">
     <attribute name="title">
      <string>实时播放</string>
     </attribute>
     <widget class="QPushButton" name="pushButton_4">
      <property name="geometry">
       <rect>
        <x>210</x>
        <y>180</y>
        <width>93</width>
        <height>28</height>
       </rect>
      </property>
      <property name="text">
       <string>PushButton</string>
      </property>
     </widget>
    </widget>
    <widget class="QWidget" name="history_replay_4">
     <attribute name="title">
      <string>历史查询回放</string>
     </attribute>
    </widget>
    <widget class="QWidget" name="face_collect_4">
     <attribute name="title">
      <string>人脸采集</string>
     </attribute>
    </widget>
    <widget class="QWidget" name="tab_33">
     <attribute name="title">
      <string>人脸识别打卡</string>
     </attribute>
    </widget>
    <widget class="QWidget" name="tab_34">
     <attribute name="title">
      <string>打卡查询</string>
     </attribute>
    </widget>
    <widget class="QWidget" name="tab_35">
     <attribute name="title">
      <string>权限管理</string>
     </attribute>
    </widget>
    <widget class="QWidget" name="tab_36">
     <attribute name="title">
      <string>日志查询</string>
     </attribute>
    </widget>
    <widget class="QWidget" name="tab_37">
     <attribute name="title">
      <string>版本更新</string>
     </attribute>
    </widget>
    <widget class="QWidget" name="tab_38">
     <attribute name="title">
      <string>系统设置</string>
     </attribute>
    </widget>
    <widget class="QWidget" name="tab_39">
     <attribute name="title">
      <string>用户信息管理</string>
     </attribute>
    </widget>
    <widget class="QWidget" name="tab_40">
     <attribute name="title">
      <string>地图标注</string>
     </attribute>
    </widget>
    <widget class="QWidget" name="tab_41">
     <attribute name="title">
      <string>设备管理</string>
     </attribute>
    </widget>
    <widget class="QWidget" name="tab_42">
     <attribute name="title">
      <string>报表导出</string>
     </attribute>
    </widget>
   </widget>
  </widget>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <resources/>
 <connections/>
</ui>