Format independency 16:9 and 4:3
General and Desktop
4
Posts
3
Posters
1.1k
Views
1
Watching
-
It depends on what kind of UI you are developing. For dialog-like UI, a good layout should take care of different aspect ratios - but make sure you test your application for all targeted resolutions, anyway.
-
That heavily depends on your layout, like Asperamanca already said.
Also what technology you are using, with QtQuick (QML) you can use layout anchors and that will essentially scale your layout to the window size if you want to, with a classic widget that is no so easily done I think.maybe a screenshot or idea of your app layout would be helpful here?
Of course there is no magic way to just scale everything to all window/screen sizes.. :D