Qt and retina display, Mac
Hi all, i use Qt 4.8.1. When i want show my widget on fullscren i use QWidget::showFullScreen() - and this good work, but if i use this on retina display, widget show quarter(1\4) screen. How this fix ? I tried use
Code:
<key>NSPrincipalClass</key>
<string>NSApplication</string>
but this dont work.
Re: Qt and retina display, Mac
I used:
Code:
<key>NSHighResolutionCapable</key>
<true/>
You'll need to log out and log back in, or drag and drop your bundle to a different location so the new plist takes effect.