Detection of scaling (zooming) of an imageItem

13 views
Skip to first unread message

Mr. D

unread,
Sep 1, 2017, 4:46:25 AM9/1/17
to pyqtgraph
Hello everyone,

I would like to synchronize the scalings of two different ImageView Widgets. Therefore I need to detect the scaling (zooming) event of an imageItem.
I tried to use:

display1 = pg.ImageView()
display1.imageItem.scaleChanged.connect(scale_slot)

However, the signal doesn´t seem to be emitted.

How can I synchronize the to Widgets?

Thanks and best regards.
Reply all
Reply to author
Forward
0 new messages