QtCreator: scaling problems when using on two monitors with different DPI
-
I'm trying to set up QtCreator to work with two monitors of different DPI. E.g., my laptop's screen is high DPI, and the second connected monitor is lower DPI. The problem is that when I open new window from QtCreator and drag it into the lower DPI monitor, the text there is displayed very small (while the window header looks giant).
If I try to increase the font using the second monitor as reference, it also increases on my laptop's monitor, so the font size becomes too large there and unreadable while it looks normal on the second screen.
I tried to search for this problem on the forum, but could not get any info. The question is how do I make it work well with two monitors? For instance, Visual Studio or some other code editors (Sublime) do not have this type of problem. Is there any setting or parameter I need to tweak to make it work?
-
Hi,
You should add which version of Qt Creator you are using, the exact OS you are running on etc.