Skip to content
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

feat: migrate spectrogram to QtQuick/QML #296

Merged
merged 1 commit into from
Nov 2, 2024
Merged

Conversation

tlecomte
Copy link
Owner

@tlecomte tlecomte commented Nov 2, 2024

This is the last widget to be migrated. The benefits have to do with the easier layout code mostly.

For now, this is implemented with QQuickPaintedItem to expedite the migration, so there is not much performance benefit (10% less CPU nevertheless), but this could be revisited if one day we move to Qt6 to use a texture node in the scene graph.

Also, there could be a round of extra refactoring in the future to remove some of the classes, the current state has a bit of redundancy.

This is the last widget to be migrated. The benefits have to do with the easier layout code mostly.

For now, this is implemented with QQuickPaintedItem to expedite the migration, so there is not much performance benefit (10% less CPU nevertheless), but this could be revisited if one day we move to Qt6 to use a texture node in the scene graph.

Also, there could be a round of extra refactoring in the future to remove some of the classes, the current state has a bit of redundancy.
@tlecomte tlecomte merged commit 6d67f9f into master Nov 2, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant