aqt.qt
======

.. py:module:: aqt.qt


Submodules
----------

.. toctree::
   :maxdepth: 1

   /autoapi/aqt/qt/qt6/index


Attributes
----------

.. autoapisummary::

   aqt.qt.qtmajor
   aqt.qt.qtminor
   aqt.qt.qtpoint
   aqt.qt.qtfullversion


Functions
---------

.. autoapisummary::

   aqt.qt.debug
   aqt.qt.info
   aqt.qt.qconnect
   aqt.qt.without_qt5_compat_wrapper


Package Contents
----------------

.. py:function:: debug() -> None

.. py:function:: info(type, value, tb) -> None

.. py:data:: qtmajor

.. py:data:: qtminor

.. py:data:: qtpoint

.. py:data:: qtfullversion

.. py:function:: qconnect(signal: collections.abc.Callable | pyqtSignal | pyqtBoundSignal, func: collections.abc.Callable) -> None

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


.. py:function:: without_qt5_compat_wrapper(cls: _T) -> _T

