Relative Content

Tag Archive for pythonpython-3.xpygamepyqt5

How could I capture a window inside of a PyQt5 widget?

I’m trying to create a preview window or sorts, for a game engine. I’ve already asked how to embed a window, and keep getting the same answer, to not mix frameworks. What I’m not trying to do, is mix frameworks. I just want to be able to render a pygame window within a pyqt5 window. They can remain seperate, they don’t have to be able to use the same app loop, but at the bare minimum I want to be able to see the pygame window within a pyqt5 widget.