How to scale whole app to fit a different divice with high dpi?
-
I develop a app which target device is a phone with screen size 720X1280 ,the resources like image files are all designed to fit the device , but now the app run in a different device which size is 1080X1920 ,so my app looks so small , I want my whole app scale to fit the new screen but not to edit my source code line by line or change the image size .I use the qt5 , I need help .
-
Hi, QLayout/Layout is designed for such cases.
-
If you want to scale images, border image should be considered.