Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60a8b0a

Browse files
author
winterssy
committed
fixed: update ui
1 parent c4afdc7 commit 60a8b0a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

ui/Core.ui

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<string>OpenCV Face Recognition System - Core</string>
1515
</property>
1616
<widget class="QWidget" name="centralwidget">
17-
<widget class="QGroupBox" name="faceRecognitionGroupBox">
17+
<widget class="QGroupBox" name="faceRecognizerGroupBox">
1818
<property name="geometry">
1919
<rect>
2020
<x>670</x>
@@ -32,7 +32,7 @@
3232
<property name="flat">
3333
<bool>false</bool>
3434
</property>
35-
<widget class="QLabel" name="faceRecognitionCaptureLabel">
35+
<widget class="QLabel" name="faceRecognizerCaptureLabel">
3636
<property name="geometry">
3737
<rect>
3838
<x>0</x>
@@ -52,7 +52,7 @@
5252
</property>
5353
</widget>
5454
</widget>
55-
<widget class="QGroupBox" name="faceRecognitionSettingsLogGroupBox">
55+
<widget class="QGroupBox" name="faceRecognizerSettingsLogGroupBox">
5656
<property name="geometry">
5757
<rect>
5858
<x>180</x>
@@ -154,7 +154,7 @@
154154
</widget>
155155
</item>
156156
<item row="1" column="0">
157-
<widget class="QLabel" name="alarmThresholdLabel">
157+
<widget class="QLabel" name="autoAlarmThresholdLabel">
158158
<property name="text">
159159
<string>自动报警阈值:</string>
160160
</property>
@@ -164,7 +164,7 @@
164164
</widget>
165165
</item>
166166
<item row="1" column="1">
167-
<widget class="QSlider" name="alarmThresholdSlider">
167+
<widget class="QSlider" name="autoAlarmThresholdSlider">
168168
<property name="minimum">
169169
<number>50</number>
170170
</property>
@@ -203,7 +203,7 @@
203203
<property name="title">
204204
<string>使用说明</string>
205205
</property>
206-
<widget class="QLabel" name="alarmTipLabel">
206+
<widget class="QLabel" name="autoAlarmTipLabel">
207207
<property name="geometry">
208208
<rect>
209209
<x>10</x>
@@ -219,7 +219,7 @@
219219
<bool>true</bool>
220220
</property>
221221
</widget>
222-
<widget class="QLabel" name="debugTipLabel">
222+
<widget class="QLabel" name="confidenceTipLabel">
223223
<property name="geometry">
224224
<rect>
225225
<x>10</x>
@@ -279,7 +279,7 @@
279279
</widget>
280280
</item>
281281
<item>
282-
<widget class="QCheckBox" name="faceRecognitionCheckBox">
282+
<widget class="QCheckBox" name="faceRecognizerCheckBox">
283283
<property name="enabled">
284284
<bool>false</bool>
285285
</property>
@@ -292,7 +292,7 @@
292292
</widget>
293293
</item>
294294
<item>
295-
<widget class="QCheckBox" name="alarmCheckBox">
295+
<widget class="QCheckBox" name="panalarmCheckBox">
296296
<property name="text">
297297
<string>报警系统</string>
298298
</property>
@@ -436,7 +436,7 @@
436436
</widget>
437437
</item>
438438
<item>
439-
<widget class="QCheckBox" name="telegramBotCheckBox">
439+
<widget class="QCheckBox" name="telegramBotPushCheckBox">
440440
<property name="text">
441441
<string>TelegramBot推送</string>
442442
</property>
@@ -521,7 +521,7 @@
521521
</property>
522522
</widget>
523523
</widget>
524-
<widget class="QGroupBox" name="realTimeGroupBox">
524+
<widget class="QGroupBox" name="faceTrackerGroupBox">
525525
<property name="geometry">
526526
<rect>
527527
<x>180</x>
@@ -531,15 +531,15 @@
531531
</rect>
532532
</property>
533533
<property name="title">
534-
<string>实时画面</string>
534+
<string>人脸跟踪画面</string>
535535
</property>
536536
<property name="alignment">
537537
<set>Qt::AlignCenter</set>
538538
</property>
539539
<property name="flat">
540540
<bool>false</bool>
541541
</property>
542-
<widget class="QLabel" name="realTimeCaptureLabel">
542+
<widget class="QLabel" name="faceTrackerCaptureLabel">
543543
<property name="geometry">
544544
<rect>
545545
<x>0</x>

0 commit comments

Comments
 (0)