[Development] Qt on iOS retina display

André Somers andre at familiesomers.nl
Fri Apr 10 15:04:58 CEST 2015


Martin Koller schreef op 10-4-2015 om 14:57:
> Hi all,
>
> I'm porting our app to iOS and can already run it on an iPad Air which should
> have 2048-by-1536 resolution at 264 pixels per inch.
> However Qt (5.4.1) only tells me it has 132 dpi and 1024x768 pixels.
> This seems to have something to do with the device pixel ratio which it tells
> me is 2
>
> Since I'm completely new to the Apple world (and still could manage to run a Qt app
> on it - hooray, thanks Qt!!), can somebody tell me if I can do something in
> whatever settings or my app to have the full resolution or is it just like that ?
>
What do you need the full resolution for? Fonts will automaticaly 
sharpen because they are rendered at full resolution, and image 
resources can be supplied in two resolutions.

André




More information about the Development mailing list