We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0acb5 commit fd4229eCopy full SHA for fd4229e
CHANGELOG.rst
@@ -4,6 +4,7 @@ UNRELEASED
4
- Added official support for Python 3.13.
5
- Dropped support for EOL Python 3.8.
6
- Dropped support for EOL PySide 2.
7
+- Type annotations are now provided. Note that because the Qt library used is defined at runtime, Qt classes are currently annotated as ``Any``.
8
- Fixed PySide6 exceptions / warnings about being unable to disconnect signals
9
with ``qtbot.waitSignal`` (`#552`_, `#558`_).
10
- Reduced the likelyhood of trouble when using ``qtbot.waitSignal(s)`` and
0 commit comments