davidrg / zxweather

Weather Station software built to run weather.zx.net.nz. Includes support for Davis Vantage Vue/Pro2 and FineOffset WH1080 hardware.
GNU General Public License v2.0
0 stars 0 forks source link

Session Management #113

Open davidrg opened 2 years ago

davidrg commented 2 years ago

Would be nice if the app saved it state and came back cleanly after, eg, windows updates. Qt has some docs on Session Management which should cover much of this.

Probably this is going to need some sort of session manager thing that windows register themselves with.

Saving and restoring charts is probably going to depend on at least #42 - without this we're limited to restoring the chart windows initial state (whatever options the user chose in the chart options dialog). This alone probably puts it as a post-1.0 feature.