rdustinb / noaasolarweather

Python graphing script that pulls real time NOAA satellite data and displays it in a graph.
14 stars 2 forks source link

Qt Window Resizing Oversample Issue #16

Open rdustinb opened 9 years ago

rdustinb commented 9 years ago

When resizing the main window, the result is very slow as the application attempts to change the geometry of all the widgets for every little change in size, even if the user is still resizing the window. I am labelling this a bug as this is not expected behavior and should be treated as such.