ckoerber / lsqfit-gui

Graphical user interface for performing Bayesian Inference (Bayesian fits).
https://lsqfitgui.readthedocs.io
MIT License
1 stars 0 forks source link

Settings menu #22

Open ckoerber opened 3 years ago

ckoerber commented 3 years ago

Following #21, it might be desirable to start thinking about a settings menu.

I.e., on the programming back end. A dictionary which address global GUI choices embedded in the Frontend.

Possibilities here may be functional (delay plots and run on button press) or visual only (i.e., the "dark mode").

I currently thing that these are best embedded in a class which is passed around but have to think about a proper API / draft to not limit future developments.