Hi all,
If anyone is interested, here is a corresponding
SO question with a
minimum working example. In general I want to achieve something like this:
Add three Items to a scene. Then I want a ViewBox to show the first Item, the second ViewBox to show the second Item. The third Item should be displayed in both ViewBoxes.
But as far as I know, this will be hard to do. Because either I have to intercept PaintEvents, to transform the third Item just before the Event is further propagated through the ViewBox. Will it might be possible, it seems like an bad idea to me, introducing a lot of imponderabilities like possible racing conditions between ViewBoxes.
How hard will it be to implement all the nice pyqtgraph functionality, like mouse panning, using Qt native Views and Scenes? 0Is there another approach to achieve what I am looking for?
Best,
Acha