openmc-dev / plotter

Native plotting GUI for model design and verification
MIT License
43 stars 17 forks source link

Update use of obsolete features in Qt5 #123

Closed paulromano closed 9 months ago

paulromano commented 9 months ago

There are a few things we use from Qt5 that are already obsolete (and are removed in Qt6). This PR will minimize the number of changes needed to move from PySide2 to PySide6.

kkiesling commented 9 months ago

Does this require any updates to the dependencies in the setup.py file? (ie specific minimum versions of packages?)

paulromano commented 9 months ago

Good question -- not that I'm aware of though. I think these are things that have long been deprecated/obsolete.