#pyqtslot

[ follow ]
Python
fromPython GUIs
2 days ago

What 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.
[ Load more ]