python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Synchronize two QGraphicsView with different images
I would like to show two images next to each other, such that when I zoom or pan on one image the other image follows along. My current approach is to emit a viewUpdated event after resolving mouse ev...
midtiby
Votes: 0
Answers: 1
How to re-center an image once it has been dragged and zoomed in or out
I am trying to create a class which handles zooming and panning components. The class contains references to an Anchorpane, which I am using since it does not do any aligning by default, as well as an...
Eliot McNab
Votes: 0
Answers: 1
Allow zoom with buttons only, allow pan with mouse drag
[updated to now use drag- but drag isn't functioning 100% correct, so help still needed]
I'm trying to use d3 to zoom and pan an svg a particular way. I want the user to have to use the zoom in/zoom o...
sprucegoose
Votes: 0
Answers: 1