PythonfromPython GUIs2 weeks agoWhat does @pyqtSlot() do?Use @pyqtSlot to create native Qt slots for threaded contexts and to reduce memory usage and slightly improve performance; otherwise plain Python callables work.