Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyQt5/PyQt
/ _getWindowList
Method
_getWindowList
Demo/EmbedWindow.py:57–60 ·
view source on GitHub ↗
清空原来的列表
(self)
Source
from the content-addressed store, hash-verified
55
super(Window, self).closeEvent(event)
56
57
def
_getWindowList(self):
58
""
"清空原来的列表"
""
59
self.windowList.clear()
60
win32gui.EnumWindows(self._enumWindows, None)
61
62
def
onItemDoubleClicked(self, item):
63
""
"列表双击选择事件"
""
Callers
1
releaseWidget
Method · 0.95
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected