On Wed, Sep 09, 2015 at 01:38:18PM +0200, Robert Helling wrote: > Hi, > > > On 09.09.2015, at 11:55, Lubomir I. Ivanov <[email protected]> wrote: > > > > > > technically you can export your Subsurface registry settings and > > import (merge) them on another machine. > > > > Start menu -> in the search bar type "Regedit" (!! careful not to > > delete something here !!) -> goto "HKEY_CURRENT_USER" -> "Software" -> > > right click "Subsurface" -> Export and save the .REG file somewhere. > > Then on another machine double click the .REG file (or right click -> > > Merge). > > also with respect to the other thread on allowing several users to use > subsurface: Maybe a start would be if we would give users the chance to > export the QSettings to a file (and load them again). By file I mean > some serialization that could also be transferred to a different OS > where the settings/registry are handled differently. A quick check > revealed that QSettings does not have a << operator though. But maybe > via QMap (that has such an operator).
I'm in a bit of a rush this morning (strangely, being up half of the night caused me to oversleep in the morning...). But I believe that QSettings can write an ini style file on all platforms. Maybe one of the Qt experts can give a quick answer to that. It would be useful to be able to do that. /S _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
