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

Fix plugin search functionality #69

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

tsalemink
Copy link
Contributor

I've noticed that the search bar in the MAP-Client workflow step widget isn't currently working due to the following PySide6 changes:

The QRegExp class was replaced with QRegularExpression. The QSortFilterProxyModel setFilterRegExp method has also been replaced by setFilterRegularExpression.

I've updated the code to use the correct classes/methods.

The QRegExp class was replaced with QRegularExpression in PySide6. The QSortFilterProxyModel setFilterRegExp method has also been replaced by setFilterRegularExpression.
@hsorby hsorby merged commit d68b6fc into MusculoskeletalAtlasProject:main Sep 8, 2023
@tsalemink tsalemink deleted the plugin_search branch September 20, 2023 23:57
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.

2 participants