Copy MainWindow content and interact with it
Unsolved
General and Desktop
-
Hi, i have created a video viewer application. It can display 4 videos in a layout and the user can resize each video with the mouse. Now i have to create a second window with the same content that the first one and i want that every resize made in each window is updated on the other window. So my question is, is there any function or way to duplicate my mainwindow so you can interacte in one of the copies??. Sorry for my english and thanks in advance!
-
Hi,
No, it's something you'll have to implement yourself.
You'll probably have to create an event filter that will re-send any relevant event to your other windows.