MCPcopy
hub / github.com/PyQt5/PyQt / setActivationWindow

Method setActivationWindow

Demo/Lib/Application.py:82–84  ·  view source on GitHub ↗
(self, activationWindow, activateOnMessage=True)

Source from the content-addressed store, hash-verified

80 return self._activationWindow
81
82 def setActivationWindow(self, activationWindow, activateOnMessage=True):
83 self._activationWindow = activationWindow
84 self._activateOnMessage = activateOnMessage
85
86 def activateWindow(self):
87 if not self._activationWindow:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected