-
Notifications
You must be signed in to change notification settings - Fork 225
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
Qt6: Investigate UI glitches on Windows 11 and Mac #2363
Comments
@ann0see Thanks for the tests.
|
Not seeing these glitches on my Win11 system. Also tested if display scaling could cause this, but 100, 125 and 150% all looking good to me. Even checked with german language in case it was caused by text length differences. And I also checked a build with Qt5 and Qt6 and they behave the same on my win11. |
|
I have tested the Qt6 build on a second win11 system and no issue with the display of the GUI. |
Qt6 compatibility is the only place I can think that would have happened. The build you're running does have that included, yes? |
Looks like it is reading a Qt5 locale in the ini file and interpreting it as Qt6, or something similar. |
Thanks. Yes. I know about that part and the PR contains an open TODO item ( |
Just to confirm, that the manual change, exit and start works. So just the TODO on the conversion part. |
@ann0see Did I understand #2300 (comment) correctly that those glitches are no longer there on Windows since building with 6.3.0? |
Yes – at least with the self compiled version. |
Ok, maybe you can verify with the autobuild versions at some point and we could close this issue. |
Yes. Windows 11 with the latest Qt version using the version from autobuild doesn't show these issues anymore. Still not sure about the iOS crash. |
Closing this issue since the iOS crash is not related. Probably worth discussing in the linked PR. |
@ann0see noticed UI glitches in the Qt6 preview builds in #2299 (comment)_
On Windows 11 there seem to be strange lines on the GUI which disappear on click. It looks as if one marked some invisible button:
Another issue
A macOS issue (I doubt it's new):
The lines seem to be at the wrong position. On macOS I think Qt6 is an improvement (at least UI wise)
The text was updated successfully, but these errors were encountered: