biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

Image Viewer doesn't load from network on Qt 6 #229

Closed janezd closed 1 year ago

janezd commented 1 year ago

widget.owimageviewer.loader_qnam fails in request.setAttribute(QNetworkRequest.FollowRedirectsAttribute, True) because QNetworkRequest::FollowRedirectsAttribute is removed in Qt 6 (https://doc.qt.io/qt-6/network-changes-qt6.html#redirect-policies).

Steps to reproduce the behavior

Run the preview.

ales-erjavec commented 1 year ago

I think this was already fixed in https://github.com/biolab/orange3-imageanalytics/pull/223