Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Ignore Windows scaling
-
Hello!
I have a problem with the Windows scale (Configuration->Screen->change text size (100%)). When I install my app in a laptop (which has this value in 125%) my widgets cut the texts. How can I fix it?
Is there any way to make qt ignore this attribute?Thank you very much!
-
@ivanicy Do you use layouts to arrange your widgets?
Did you check https://doc.qt.io/qt-5/highdpi.html ?
-
Yes, I use layouts like russian dolls. I try with this link but I don't get any solution
-
Hi
Did you try start the app with scaling disabled to see if its actually the cause of the cut texts?