We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyQt6
The following lines assume that in PyQt6.QtGui, there is a Qt object.
PyQt6.QtGui
Qt
qtpy/qtpy/QtCore.py
Lines 49 to 55 in c046821
However, in PyQt6 versions 6.2.4, 6.5.3, and 6.6.0, there is no attribute Qt in QtGui. The code seems to be placed there mistakenly.
6.2.4
6.5.3
6.6.0
QtGui
The issue referenced in the comment is #313.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following lines assume that in
PyQt6.QtGui
, there is aQt
object.qtpy/qtpy/QtCore.py
Lines 49 to 55 in c046821
However, in
PyQt6
versions6.2.4
,6.5.3
, and6.6.0
, there is no attributeQt
inQtGui
. The code seems to be placed there mistakenly.The issue referenced in the comment is #313.
The text was updated successfully, but these errors were encountered: