profile_manager.handlers.customization module¶
- profile_manager.handlers.customization.import_customizations(source_profile_path: Path, target_profile_path: Path)[source]¶
Imports UI customizations from source to target profile.
Copies the whole QGISCUSTOMIZATION3.ini file and also transfers the [UI] section from QGIS3.ini if available
TODO fix discrepancy between [UI] and [Customization]! Which one(s) exist and what do we want to transfer?
E.g. [Customization] Browser=true BrowserAFS=false …
- Args:
source_profile_path: Path of profile directory to import from target_profile_path: Path of profile directory to import to