-
Notifications
You must be signed in to change notification settings - Fork 90
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
Windows11 display scalin #135
Comments
Qt bug introduced in Qt 6.2, fixed in 6.4 or 6.5. Please upgrade your Qt version to a newer version. |
Thank you for your fast response!! My qt version is 6.7.2 I tested with 6.6.3 and 6.7.2, and both results were the same Should I downgrade to 6.5?? |
Does the problem still exist in Qt 6.6 or 6.7? |
Yes, it was. I didn't test with qwidget yet. I'll test it tomorrow |
Sorry for late test. |
Anyway, it's a Qt bug and it's I who pushed a fix for upstream Qt, so it should be fixed already. But now it seems it got broken again later for some reason. |
Is it related with this link?? |
It's commited by me indeed but not related to the current issue at all. Please check this commit which is the fix I mentioned above. |
First of all, thank you for providing such a great library.
While using it, I encountered an issue and I am leaving this message to see if there is a solution.
When changing the Windows display scale, the height of the example qtquick code changes.
For example:
If you switch the scale like this: 100% > 225% > 100% > 225% > 100%,
you can visibly see the height of the window decrease each time.
Question:
Is there any way to fix this problem?
The text was updated successfully, but these errors were encountered: