openmc-dev / plotter

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

Fix deprecation warning on QFontMetrics.width #61

Closed paulromano closed 3 years ago

paulromano commented 3 years ago

You might have noticed that in the test that's run, there's a deprecation warning for the use of QFontMetrics.width. Based on this discussion, I've replaced it with QFontMetrics.boundingRect(...).width(). Also fixed some labels and a missing import.