openmc-dev / plotter

Native plotting GUI for model design and verification
MIT License
48 stars 18 forks source link

Update use of obsolete features in Qt5 #123

Closed paulromano closed 1 year ago

paulromano commented 1 year 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 1 year ago

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

paulromano commented 1 year ago

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