nodeeditor
nodeeditor copied to clipboard
Support HiDPI screens
What I get now on my QHD+ screen looks terrible. Qt documentation suggests to define a boolean environment variable
export QT_AUTO_SCREEN_SCALE_FACTOR=1
This scales the application but fonts are bad and the nodes look pixelized.
Ideas:
- Check
QGraphicsObjectcaching - Study
Qt::AA_EnableHighDpiScaling