Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Multiple scenes visible in a window at once
-
Is it possible to have multiple scenes (graphics view framework) visible in a window at once? If it is possible is there a flag that needs to be set to allow this?
-
Hi
You can have multiple views to the same scene
https://doc.qt.io/qt-5/qtwidgets-graphicsview-chip-example.html
but one view can only display 1 scene at a time.
-
Hi
You can have multiple views to the same scene
https://doc.qt.io/qt-5/qtwidgets-graphicsview-chip-example.html
but one view can only display 1 scene at a time.