-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Add PyVista Qt support #192
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
Conversation
|
I've abstained from executing any Qt code in the actions... I think I've checked every stackoverflow issue related to this that ever existed. Other solutions don't seem to work in this environment for some reason, installed libraries required by Qt are not linking properly: |
src/ansys/tools/visualization_interface/backends/pyvista/pyvista.py
Outdated
Show resolved
Hide resolved
src/ansys/tools/visualization_interface/backends/pyvista/pyvista_interface.py
Show resolved
Hide resolved
|
More or less... let's talk later. I was thinking of reusing the PyVista interface methods as much as possible by calling the parent/super ones... and even refactoring whatever is needed on the PyVista interface to make it more combinable. |
|
@RobPasMue Reverted the changes, feel free to re-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - some few comments
|
Feel free to merge :) |
No description provided.