aqt.qt#

Submodules#

Attributes#

Functions#

debug(→ None)

info(→ None)

qconnect(→ None)

Helper to work around type checking not working with signal.connect(func).

without_qt5_compat_wrapper(→ _T)

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#