nodeeditor icon indicating copy to clipboard operation
nodeeditor copied to clipboard

Support HiDPI screens

Open paceholder opened this issue 8 years ago • 0 comments

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 QGraphicsObject caching
  • Study Qt::AA_EnableHighDpiScaling

paceholder avatar Mar 09 '17 17:03 paceholder