pyvista / pyvista

3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)

Home Page:https://docs.pyvista.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactions with Pyvista.Plotter buttons

koenterheegde0507 opened this issue · comments

Describe the feature you would like to be added.

As far as I know, there is no possibility to get information from one of the three buttons (minimize,enlarge,close) of the Plotter object. For example, I would like to show a pop up when the close button is being pressed before actually closing the plotter. I don't see any functions in the documentation that take care of that right now!

Links to VTK Documentation, Examples, or Class Definitions.

No response

Pseudocode or Screenshots

Insert code here

Or drag your screenshot here!

this is out of scope for pyvista itself. You'll want to embed pyvista into a graphical user interface framework like Qt. Please see https://github.com/pyvista/pyvistaqt