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

Method _eventfilter

main.py:747–755  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

745 return False
746
747 def _eventfilter(self):
748 # 事件过滤
749 self.lab_close.installEventFilter(self)
750 self.lab_clean.installEventFilter(self)
751 self.lab_config.installEventFilter(self)
752 if hasattr(self, "lab_preview"):
753 self.lab_preview.installEventFilter(self)
754 if hasattr(self, "lab_execute_delete"):
755 self.lab_execute_delete.installEventFilter(self)
756
757 def simplify_home_ui(self):
758 self.setMinimumSize(560, 620)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected