aliaksei135 / seedpod_ground_risk

Ground Risk model for UAS flight path analysis and risk-aware path finding
MIT License
6 stars 2 forks source link

Window resizing #15

Closed aliaksei135 closed 3 years ago

aliaksei135 commented 3 years ago

Current implementation allows for the main window to be resized, however none of the elements follow with the resize. This will require some rejigging in QtDesigner with the .ui files.

PlotServer has a plot_size attribute that should be updated on resize events to allow bokeh adapt the plot accordingly. This plot_size value is not the same as the parent UI container and may need a mini transfer function of sorts to be concocted to find the right value.