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 f09c5c2 commit dcbcd42Copy full SHA for dcbcd42
Qt-stubs/__init__.pyi
@@ -1,9 +1,11 @@
1
__binding__: str
2
__qt_version__: str
3
+IsPyQt6: bool
4
IsPyQt5: bool
5
IsPyQt4: bool
6
IsPySide: bool
7
IsPySide2: bool
8
+IsPySide6: bool
9
10
QT_VERBOSE: bool
11
QT_PREFERRED_BINDING: str
Qt.py
@@ -51,7 +51,7 @@
51
__version__ = "1.4.7"
52
53
# Enable support for `from Qt import *`
54
-__all__ = []
+__all__ = ["QtCompat"]
55
56
# Flags from environment variables
57
QT_VERBOSE = bool(os.getenv("QT_VERBOSE"))
0 commit comments