AlpineMapsOrg / renderer

Rendering system for alpine maps.
GNU General Public License v3.0
6 stars 10 forks source link

make settings page #9

Open adam-ce opened 1 year ago

adam-ce commented 1 year ago
adam-ce commented 1 year ago

think about where to read/write qsettings (probably there is best practise):

adam-ce commented 1 year ago

there is possibility of crashing settings (e.g. number of GPU cached tiles later on). think about how to handle that more or less gracefully.

GeraldKimmersdorfer commented 11 months ago

I used qsettings inside the new AppSettings class. It is currently commented out though, because:

For the android app it might be a good idea though!

adam-ce commented 11 months ago

you have a good point with the clean slate. that could be a command line parameter, or a build parameter.