How to automatically adjust QWidget text on pc with different resolutions ?
-
Hi
How can i adjust QWidget text on different resolutions ?
This is what i mean :-this is how my app looks on pc with full hd ( 1920 X 1080 ) pc
https://postimg.org/image/bnidz0r2r/
this is how my app looks on pc with hd ( 1440 X 900 ) pc
https://postimg.org/image/96mvvllbj/as you can see the QWidget text is not been adjusted automatically so how can i do the same ?
note: i am not using any layouts in my code.
thanks
-
Hi
How can i adjust QWidget text on different resolutions ?
This is what i mean :-this is how my app looks on pc with full hd ( 1920 X 1080 ) pc
https://postimg.org/image/bnidz0r2r/
this is how my app looks on pc with hd ( 1440 X 900 ) pc
https://postimg.org/image/96mvvllbj/as you can see the QWidget text is not been adjusted automatically so how can i do the same ?
note: i am not using any layouts in my code.
thanks
@Ahti said in How to automatically adjust QWidget text on pc with different resolutions ?:
note: i am not using any layouts in my code.
If you do, the layout system will take care of it.
Is there a special reason why you don't want to use Layouts?
Eddy