This includes documenting
from qtpy.QtCore import Signal, Slot
- The use of the openfiledialog openfolderdialog helpers (study the option of overloading QFileDialog... which would also need documentation as it would change the default behavior)
- Where to find the Qt version
from qtpy.QtCore import __version__
This includes documenting
from qtpy.QtCore import Signal, Slotfrom qtpy.QtCore import __version__