File tree Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def setupUi(self, MainPages):
43
43
self .func_1_lable = QLabel ()
44
44
self .func_1_lable .setObjectName (u"func_1_lable" )
45
45
self .func_1_lable .setStyleSheet (u"background: transparent;" )
46
- self .func_1_lable .setText ("识别分类 " )
46
+ self .func_1_lable .setText ("人脸分类 " )
47
47
self .func_1_lable .setStyleSheet (u"font-family:Microsoft Yahei;font-size: 20pt;color:white" )
48
48
self .func_1_lable .setAlignment (Qt .AlignCenter )
49
49
@@ -112,7 +112,7 @@ def setupUi(self, MainPages):
112
112
self .func_3_lable = QLabel ()
113
113
self .func_3_lable .setObjectName (u"func_3_lable" )
114
114
self .func_3_lable .setStyleSheet (u"background: transparent;" )
115
- self .func_3_lable .setText ("相似筛查 " )
115
+ self .func_3_lable .setText ("智能筛重 " )
116
116
self .func_3_lable .setStyleSheet (u"font-family:Microsoft Yahei;font-size: 20pt;color:white" )
117
117
self .func_3_lable .setAlignment (Qt .AlignCenter )
118
118
Original file line number Diff line number Diff line change @@ -94,20 +94,11 @@ def __init__(self):
94
94
{
95
95
"btn_icon" : "icon_signal.svg" ,
96
96
"btn_id" : "btn_page_duplicate" ,
97
- "btn_text" : "筛查结果 " ,
98
- "btn_tooltip" : "筛查结果 " ,
97
+ "btn_text" : "筛重结果 " ,
98
+ "btn_tooltip" : "筛重结果 " ,
99
99
"show_top" : True ,
100
100
"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
109
101
}
110
-
111
102
]
112
103
113
104
# ADD TITLE BAR MENUS
@@ -241,7 +232,7 @@ def setup_gui(self):
241
232
#################################################################
242
233
# 识别分类
243
234
self .func_btn_12 = PyPushButton (
244
- text = '开始识别 ' ,
235
+ text = '开始分类 ' ,
245
236
radius = 8 ,
246
237
color = self .themes ['app_color' ]['white' ],
247
238
bg_color = self .themes ['app_color' ]['dark_one' ],
@@ -363,7 +354,7 @@ def call_create_search_worker():
363
354
###################################################################
364
355
365
356
self .func_btn_31 = PyPushButton (
366
- text = '开始筛查 ' ,
357
+ text = '开始筛重 ' ,
367
358
radius = 8 ,
368
359
color = self .themes ['app_color' ]['white' ],
369
360
bg_color = self .themes ['app_color' ]['dark_one' ],
Original file line number Diff line number Diff line change 1
1
{
2
2
"app_name" : " Picf" ,
3
- "version" : " v1.5 " ,
3
+ "version" : " v1.6 " ,
4
4
"copyright" : " " ,
5
5
"year" : 2021 ,
6
6
"theme_name" : " default" ,
You can’t perform that action at this time.
0 commit comments