Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Sort of a dumb question but if I want to design an app to run on an iPad, what are the standard dimensions I should define for my ApplicationWindow?
ApplicationWindow
Hi,
That will depends on the generation of iPad, retina, non-retina, iPad air, pro etc.
In any case, on such a device, you ApplicationWindow will be either fullScreen or Maximized so there's no real need for a specific size.
it's possible to get size using QScreen class