-
Notifications
You must be signed in to change notification settings - Fork 37
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
should be able to compile with Qt6 #23
Comments
Do you have a list? |
I think that's not too bad. Replace |
Another one is that tabWidth in QStyleOptionMenuItem has changed in reservedShortcutWidth:
I have it working in Qt6 (at least haven't noticed any remaining issue) in my fork, I can make a PR if you want @randrew |
hmm since 6.3 / 6.4 some UI glitches have appeared though, which seem to be due to the QPalette hash. Replacing |
Thanks for letting me know. I'll take a look when I get around to updating this for Qt6. It relies on the internals of the QPalette data to do a fast 'hash'. It only saves a little bit of work, which I think is nice for frequent small drawing operations, but using the fallback 'accurate' hash is not that big of a deal for now. |
When trying to build with Qt6, there are several deprecation related errors.
The text was updated successfully, but these errors were encountered: