assisi / arena-ui

Bee arena user interface for the ASSISI|bf project.
Other
1 stars 1 forks source link

add capability to zoom in on the arena #62

Closed rmm-fcul closed 8 years ago

rmm-fcul commented 8 years ago

the subwindow displaying the arena is of fixed size; and the size of the arena within this window is also fixed. It would be helpful to be able to zoom into the arena; and the space could be used more efficiently - especially for low resolution monitors.

In addition, it could help with interactive viewing of sensor readings and noticing errors

stribor14 commented 8 years ago

@dmiklic can I use 3rd party solution from stackoverflow? http://stackoverflow.com/questions/19113532/qgraphicsview-zooming-in-and-out-under-mouse-position-using-mouse-wheel

Other 3rd party solutions had GPL license. (QCustomPlot & FlowLayout)

dmiklic commented 8 years ago

Of course, as long as it works correctly :)

However, if the GPL-licensed code works better, use it by all means. We'll just relicense our code.

stribor14 commented 8 years ago

Zoom & scroll modifiers: