I have created some GUI application using Qt. My GUI application contains controls like push button and radio button. When I run the application, buttons and fonts inside bu
Its a workaround.Create a file "qt.conf" . Add these lines to it.
[Platforms]
WindowsArguments = dpiawareness=0
Put this file in the application binary folder.That's all . It will work well but only issue is that the look will not be that crisp. For delivering it to the customer, add this file where you have your dependency files & while creating setup, like normally you run your dependency files , run this same as well.