MCPcopy
hub / github.com/blackboxo/CleanMyWechat / setWarninginfo

Method setWarninginfo

main.py:430–443  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

428 pass
429
430 def setWarninginfo(self, text):
431 self.lab_info.setStyleSheet("""
432 .QLabel {
433 color: #614a22;
434 background-color: #fff4df;
435 border: 1px solid #f0d39a;
436 border-radius: 14px;
437 padding: 10px 18px;
438 font-size: 14px;
439 line-height: 150%;
440 }
441 """)
442 self.lab_info.setWordWrap(True) # 启用自动换行
443 self.lab_info.setText(text)
444
445 def setSuccessinfo(self, text):
446 self.lab_info.setStyleSheet("""

Callers 11

open_fileMethod · 0.80
load_configMethod · 0.80
create_configMethod · 0.80
eventFilterMethod · 0.80
start_previewMethod · 0.80
on_scan_errorMethod · 0.80
execute_deleteMethod · 0.80
open_preview_pathMethod · 0.80
justdoitMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected