[Qgis-developer] configuration lost when running 2.0

Borys Jurgiel lists at borysjurgiel.pl
Wed Jun 12 09:36:22 PDT 2013


Hmmm seems a config importer would be important addition. A post-install 
script? A one-time core Python plugin? I mean something as simple as that:

for key in harcoded_list_of_important_keys_to_import:
    if settings1.hasKey( key ):
        settings2.setValue( settings1.value( key ) )
QMessageBox( "Thank you, please restart QGIS now" )

As it only copies a bunch of QSetting values, it shouldn't introuce bugs, and 
it's not really a feaure...


More information about the Qgis-developer mailing list