B
B
belial12322021-10-15 09:19:45
PyQt
belial1232, 2021-10-15 09:19:45

How to share only a child window, in a PyQt5 application, in video conferencing applications?

I need to make an application in PyQt5, which, when shared in video conferencing applications, its widget with a video stream was recognized as a separate window and only it could be shared.

I selected QDockWidget and made it floating. Made tracking of the main window move signals to move the QDockWidget child window after it. But I ran into a problem. When the parent window is moved off the edge of the screen, the child window does not go off the screen. This is a problem on Ubuntu, not on MacOS.

How do I allow the dock widget to go off screen, or use another widget altogether?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question