From 2bdfa0fb6928adf515e4d5ac2a0fa272c022db2a Mon Sep 17 00:00:00 2001 From: FuryMartin Date: Sun, 17 Apr 2022 12:25:30 +0800 Subject: [PATCH] =?UTF-8?q?#98=20=E8=B0=83=E6=95=B4=E4=BA=86=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=8A=9F=E8=83=BD=E5=90=8D=E7=A7=B0=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0v1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui/uis/pages/ui_main_pages.py | 4 ++-- .../windows/main_window/setup_main_window.py | 17 ++++------------- resources/settings.json | 2 +- 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/gui/uis/pages/ui_main_pages.py b/gui/uis/pages/ui_main_pages.py index 102804e..c1cf54d 100644 --- a/gui/uis/pages/ui_main_pages.py +++ b/gui/uis/pages/ui_main_pages.py @@ -43,7 +43,7 @@ def setupUi(self, MainPages): self.func_1_lable = QLabel() self.func_1_lable.setObjectName(u"func_1_lable") self.func_1_lable.setStyleSheet(u"background: transparent;") - self.func_1_lable.setText("识别分类") + self.func_1_lable.setText("人脸分类") self.func_1_lable.setStyleSheet(u"font-family:Microsoft Yahei;font-size: 20pt;color:white") self.func_1_lable.setAlignment(Qt.AlignCenter) @@ -112,7 +112,7 @@ def setupUi(self, MainPages): self.func_3_lable = QLabel() self.func_3_lable.setObjectName(u"func_3_lable") self.func_3_lable.setStyleSheet(u"background: transparent;") - self.func_3_lable.setText("相似筛查") + self.func_3_lable.setText("智能筛重") self.func_3_lable.setStyleSheet(u"font-family:Microsoft Yahei;font-size: 20pt;color:white") self.func_3_lable.setAlignment(Qt.AlignCenter) diff --git a/gui/uis/windows/main_window/setup_main_window.py b/gui/uis/windows/main_window/setup_main_window.py index 7174065..bd00138 100644 --- a/gui/uis/windows/main_window/setup_main_window.py +++ b/gui/uis/windows/main_window/setup_main_window.py @@ -94,20 +94,11 @@ def __init__(self): { "btn_icon": "icon_signal.svg", "btn_id": "btn_page_duplicate", - "btn_text": "筛查结果", - "btn_tooltip": "筛查结果", + "btn_text": "筛重结果", + "btn_tooltip": "筛重结果", "show_top": True, "is_active": False - }, - { - "btn_icon": "icon_settings.svg", - "btn_id": "btn_settings", - "btn_text": "打开设置", - "btn_tooltip": "打开设置", - "show_top": False, - "is_active": False } - ] # ADD TITLE BAR MENUS @@ -241,7 +232,7 @@ def setup_gui(self): ################################################################# # 识别分类 self.func_btn_12 = PyPushButton( - text = '开始识别', + text = '开始分类', radius = 8, color = self.themes['app_color']['white'], bg_color = self.themes['app_color']['dark_one'], @@ -363,7 +354,7 @@ def call_create_search_worker(): ################################################################### self.func_btn_31 = PyPushButton( - text = '开始筛查', + text = '开始筛重', radius = 8, color = self.themes['app_color']['white'], bg_color = self.themes['app_color']['dark_one'], diff --git a/resources/settings.json b/resources/settings.json index d6a4339..1b237f5 100644 --- a/resources/settings.json +++ b/resources/settings.json @@ -1,6 +1,6 @@ { "app_name": " Picf", - "version": "v1.5", + "version": "v1.6", "copyright": "", "year": 2021, "theme_name": "default",