#pyside6

[ follow ]
Python
PySide6 allows direct use of Python callables with QThreadPool.start() for simple background tasks, eliminating the need for QRunnable subclasses.
#python
fromPython GUIs
10 months ago

What does @Slot() do?

Omitting the @Slot decorator means that the function can still act as a slot, but it won't provide the advantages of reduced memory usage and increased speed.
Python
[ Load more ]