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

Method closeEvent

QtWinExtras/TaskbarProgress.py:47–49  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

45 self.taskProgress.show()
46
47 def closeEvent(self, event):
48 self.timerProgress.stop()
49 super(Window, self).closeEvent(event)
50
51 def setup_ui(self):
52 layout = QGridLayout(self)

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected