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...
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to