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
Checking around seems like the latest version of the Qt 6 bindings (6.5.2 I think) come with some changes (related with deprecations) that can cause some errors. Some examples:
I think it could be worthy to check if something from the QtPy side could be done and include it in v2.4.0. Also, testing on the CI with Qt 6.5 seems worthy and could help us see if there are any other errors/changes to be done.
Checking around seems like the latest version of the Qt 6 bindings (6.5.2 I think) come with some changes (related with deprecations) that can cause some errors. Some examples:
menu
in fresh napari install napari/napari#6135Qt.ItemFlags
vsQt.ItemFlag
- PyQt6)QDragMoveEvent.pos
vsQDragMoveEvent.position
)I think it could be worthy to check if something from the QtPy side could be done and include it in v2.4.0. Also, testing on the CI with Qt 6.5 seems worthy and could help us see if there are any other errors/changes to be done.
Other relevant related work in progress:
What do you think @ccordoba12 @CAM-Gerlach ?
The text was updated successfully, but these errors were encountered: