You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The QtCharts.QtCharts namespace was removed in Qt6, and the contents are now directly in the QtCharts module.
To preserve compatibility with Qt5 code, the below works:
qtpy.QtCharts.QtCharts = qtpy.QtCharts
Maybe this is worth adding in qtpy itself?
The text was updated successfully, but these errors were encountered:
Hi @thatfuckingbird thank you for the feedback! I'm not totally sure (I guess that gives backwards compatibility with the QtPy 1.x handling that was being done) what do you think @ccordoba12@CAM-Gerlach ?
The QtCharts.QtCharts namespace was removed in Qt6, and the contents are now directly in the QtCharts module.
To preserve compatibility with Qt5 code, the below works:
Maybe this is worth adding in qtpy itself?
The text was updated successfully, but these errors were encountered: