What is the whole state of the app that needs to be stored before exit?
Trilarion opened this issue · 3 comments
Trilarion commented
- Settings
- Window sizes
- Which buttons are active for grammar, transformer, test contents
- File associations of the actions
- QSplitter states
- Scrollbar states
Trilarion commented
Programmatically, we just store it in a JSON file.
Trilarion commented
Scrollbar states really do not have to be persistent.
Trilarion commented
It seems that all is stored and working.