aqt.qt#
Submodules#
Attributes#
Functions#
Package Contents#
- aqt.qt.debug() None#
- aqt.qt.info(type, value, tb) None#
- aqt.qt.qtmajor#
- aqt.qt.qtminor#
- aqt.qt.qtpoint#
- aqt.qt.qtfullversion#
- aqt.qt.qconnect(signal: collections.abc.Callable | pyqtSignal | pyqtBoundSignal, func: collections.abc.Callable) None#
Helper to work around type checking not working with signal.connect(func).
- aqt.qt.without_qt5_compat_wrapper(cls: _T) _T#