Conversation
- QLayout::setMargin() - QWidget::pos() - Qt::MidButton
Remove deprecated.
Replace QRegExp.
Fix compat for evformat.
Remove deprecated QApplication::desktop()
Remove QRegExp.
Fix for Qt6.
Qt6 support.
For backwards compatibility we need to keep QMatrix and Qt5 QColor forever (or for as long as we keep the binary format).
Closed
Member
Author
|
The Qt6 port is now fully usable on Linux. For this to be merged we need to test that there are no regressions in Qt5. |
- Ubuntu 24.04 - Qt 5.15 - ARM64 - Ubuntu 24.04 - Qt 6.4 - Ubuntu 26.04 - Qt 6.10
Member
Author
|
Since we now support Qt5 and various Qt6 versions I added some new CIs:
Regarding Qt6 I think we should just bite the bullet and move to that as default in v1.1.x. I think we will standardize on Qt 6.8.x. It's an LTS and still supports macOS 12. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's about time to start/plan the migration to Qt6. This PR adds initial support for Qt6 while not breaking Qt5 support.
The important thing here is to test Qt5, as we don't want any regressions.
Changes
Issues (Qt6)
There are some minor UI issues in Qt6, this will be fixedmanysome deprecated warnings while building, this will be fixedMinimum target is Qt 6.4, there might be issues with newer versions, this will be fixedWhat to test? (Qt5)
If anything feels/act different with the Qt5 version (compared to main) please notify me ASAP.