-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HiDPI not scaling correctly #54
Comments
|
Yes this works, but it should be auto-scaled at the start of the application from GUI launch. Or at least have the setting available from within the application to launch in auto-scaled mode. |
There is no other way to make a qt application work properly on hidpi.
|
I believe Qt 6 supports this: Also the QT_ENABLE_HIGHDPI_SCALING environment variable, introduced in Qt 5.14, enables automatic scaling based on the pixel density of the monitor. Replaces QT_AUTO_SCREEN_SCALE_FACTOR. |
Description:
KDiskMark display does not scale using 4K (3840x2160) at 150% scale
Steps To Reproduce:
Download deb package from releases github link
The text was updated successfully, but these errors were encountered: