FXIhub / hummingbird

Monitoring and Analysing flash X-ray imaging experiments
http://fxihub.github.io/hummingbird
BSD 2-Clause "Simplified" License
16 stars 14 forks source link

High-DPI/retina in the frontend #71

Closed cnettel closed 2 years ago

cnettel commented 8 years ago

The current Hummingbird frontend seems to be rendered in compatibility mode on Macs. This means that Hummingbird renders in virtual pixels twice the size of real pixels (with default settings on a Retina Mac). In the end, images do not use the full resolution, and text gets jaggy/blurry.

Qt should handle this, with a bit of kind encouragement.

FilipeMaia commented 2 years ago

This is now fixed (probably by using newer versions of python/Qt)