phystool.qt.helper
Module Contents
Classes
API
- class phystool.qt.helper.Worker(fn: collections.abc.Callable[[], str])
Bases:
PySide6.QtCore.QRunnableInitialization
- run()
- class phystool.qt.helper.QBusyDialog(parent: PySide6.QtWidgets.QWidget, label: str)
Bases:
PySide6.QtWidgets.QProgressDialogInitialization
- run(task: collections.abc.Callable[[], Any]) None