Is there a way to embed a visual.Window inside of a PyQt QDialog?

I want to keep it somewhere within the window. It would be EVEN BETTER if somehow, I could treat a component inside my QDialog as one of my screens.

Does anybody have any ideas as to how I might be able to do this?

Edit: The reverse would also be valuable: nesting a PyQt QDialog inside of a visual.Window.

1 Like