Skip to content

Commit 2bdfa0f

Browse files
committed
#98 调整了部分功能名称显示,更新v1.6
1 parent 0b42aa1 commit 2bdfa0f

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

gui/uis/pages/ui_main_pages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def setupUi(self, MainPages):
4343
self.func_1_lable = QLabel()
4444
self.func_1_lable.setObjectName(u"func_1_lable")
4545
self.func_1_lable.setStyleSheet(u"background: transparent;")
46-
self.func_1_lable.setText("识别分类")
46+
self.func_1_lable.setText("人脸分类")
4747
self.func_1_lable.setStyleSheet(u"font-family:Microsoft Yahei;font-size: 20pt;color:white")
4848
self.func_1_lable.setAlignment(Qt.AlignCenter)
4949

@@ -112,7 +112,7 @@ def setupUi(self, MainPages):
112112
self.func_3_lable = QLabel()
113113
self.func_3_lable.setObjectName(u"func_3_lable")
114114
self.func_3_lable.setStyleSheet(u"background: transparent;")
115-
self.func_3_lable.setText("相似筛查")
115+
self.func_3_lable.setText("智能筛重")
116116
self.func_3_lable.setStyleSheet(u"font-family:Microsoft Yahei;font-size: 20pt;color:white")
117117
self.func_3_lable.setAlignment(Qt.AlignCenter)
118118

gui/uis/windows/main_window/setup_main_window.py

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,11 @@ def __init__(self):
9494
{
9595
"btn_icon": "icon_signal.svg",
9696
"btn_id": "btn_page_duplicate",
97-
"btn_text": "筛查结果",
98-
"btn_tooltip": "筛查结果",
97+
"btn_text": "筛重结果",
98+
"btn_tooltip": "筛重结果",
9999
"show_top": True,
100100
"is_active": False
101-
},
102-
{
103-
"btn_icon": "icon_settings.svg",
104-
"btn_id": "btn_settings",
105-
"btn_text": "打开设置",
106-
"btn_tooltip": "打开设置",
107-
"show_top": False,
108-
"is_active": False
109101
}
110-
111102
]
112103

113104
# ADD TITLE BAR MENUS
@@ -241,7 +232,7 @@ def setup_gui(self):
241232
#################################################################
242233
# 识别分类
243234
self.func_btn_12 = PyPushButton(
244-
text = '开始识别',
235+
text = '开始分类',
245236
radius = 8,
246237
color = self.themes['app_color']['white'],
247238
bg_color = self.themes['app_color']['dark_one'],
@@ -363,7 +354,7 @@ def call_create_search_worker():
363354
###################################################################
364355

365356
self.func_btn_31 = PyPushButton(
366-
text = '开始筛查',
357+
text = '开始筛重',
367358
radius = 8,
368359
color = self.themes['app_color']['white'],
369360
bg_color = self.themes['app_color']['dark_one'],

resources/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"app_name": " Picf",
3-
"version": "v1.5",
3+
"version": "v1.6",
44
"copyright": "",
55
"year": 2021,
66
"theme_name": "default",

0 commit comments

Comments
 (0)