Hello everyone,

I need to run my app on a 320x240, 3.5 inch screen, preferably maximized with landscape orientation, but I am also anticipating that my app will be used on different screen configurations, so how do I set my GUI to automatically scale correctly to whatever display size that will be used?

I used Qt 4.8.5 to develop my app. My target platform uses ARM (32 bit). also want to confirm if using QWidget::showMaximized will be able to do what I want?

Thanks