On Jun 12, 2012, at 6:01 PM, ext Jason Dictos wrote:

> So I built qt from source, and build with cmake using my own Info.plist for 
> our app bundle (and I don't use Qt as a framework).
> 
> How would I enable hidpi mode in Qt? We tested it and ours is definitely not 
> rendering any higher rest widgets or anything.

If you are thinking about an API you should call then there is none. Are you 
able to run the Qt examples in high-res mode? Say demos/textedit:

cp textedit.app/Contents/MacOS/textedit .
./textedit

This should give you high-res text and UI controls (but low-res icons),

Morten


_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to