#pyside6

[ follow ]
#python
fromPython GUIs
2 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
Writing
fromPython GUIs
3 months ago

Build a Desktop Sticky Notes Application with PySide6

The virtual sticky notes app provides a quick and easy way to manage text notes using PySide6 and SQLite.
[ Load more ]