ssec / sift

A visualization application for satellite imagery
http://sift.ssec.wisc.edu/
GNU General Public License v3.0
48 stars 14 forks source link

Switch to Pyside #304

Open djhoese opened 4 years ago

djhoese commented 4 years ago

The bug mentioned in #298 seems to be a PyQt5 bug only as far as we can tell so far. It will take some more testing by those people on OSX but could be worth switching to PySide2 as our GUI framework backend.

djhoese commented 4 years ago

More evidence seems to suggest this isn't PyQt5 only and also effects PySide2. @rayg-ssec was able to test this on his OSX machine and saw the transparency issue with both backends. This may be an issue introduced with a specific version of the underlying Qt C++ library.