Qgraphicsview scene.
Solved
General and Desktop
-
A QGraphicsView can only have exactly one QGraphicsScene. What are you trying to achieve?
-
As I already said there can't be two scenes in one view but you can create two views.
-
Hi,
Why not have both camera in the same scene ?
-
@Girin
Hi
If you look at the
https://doc.qt.io/qt-5/qtwidgets-graphicsview-chip-example.html
example.It has 4 views into same scene which sounds like you want.