Does creating apps without any layouts create any problems ?
-
@jsulm I was working on a project in my old pc but now i brought a new pc and i moved the same project in my new pc ( which has a different resolution ) but now when i run the same project on my new pc all the text and some widgets get out of alignment and for that reason i had left that project as its. I didn't used any layout in the project so now i thought maybe its because of these layouts why it looks so ugly.
Lifetime Qt Championwrote on 9 Jun 2017, 04:18 last edited by jsulm 6 Sept 2017, 04:20@Ahti That is a perfect example why you SHOULD use layouts and what happens if you don't.
Just use layouts (it is really not hard) and you will not have such problems. -
@Ahti That is a perfect example why you SHOULD use layouts and what happens if you don't.
Just use layouts (it is really not hard) and you will not have such problems.wrote on 11 Jun 2017, 14:07 last edited by@jsulm after using gridlayout the text appears small why ? have a look:
-
@jsulm after using gridlayout the text appears small why ? have a look:
wrote on 12 Jun 2017, 03:41 last edited by@Ahti
Hi
Font size is varies from device to device based on their screen resolution. so that before going to give font size calculate with screens dpi and set the size. -
@jsulm after using gridlayout the text appears small why ? have a look:
@Ahti If the font is too small then increase its size
21/24