PDA

View Full Version : Qt and retina display, Mac



ecspertiza
28th November 2012, 11:22
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



<key>NSPrincipalClass</key>
<string>NSApplication</string>


but this dont work.

ImperialPenguin
29th November 2012, 00:45
I used:


<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.