MCPcopy Create free account
hub / github.com/PyQt5/PyQt / activateWindow

Method activateWindow

Demo/Lib/Application.py:86–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 self._activateOnMessage = activateOnMessage
85
86 def activateWindow(self):
87 if not self._activationWindow:
88 return
89 self._activationWindow.setWindowState(
90 self._activationWindow.windowState() & ~Qt.WindowMinimized)
91 self._activationWindow.raise_()
92 self._activationWindow.activateWindow()
93
94 def sendMessage(self, message, msecs=5000):
95 if not self._socketOut:

Callers 2

_onNewConnectionMethod · 0.95
re_un_loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected