profile_manager package¶
- /***********************************************************************
- ProfileManager
A QGIS plugin
Makes creating profiles easy by giving you an UI to easly import settings from other profiles Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/
begin : 2020-03-17 copyright : (C) 2020 by Dominik Szill / WhereGroup GmbH email : dominik.szill@wheregroup.com git sha : $Format:%H$
***********************************************************************/
- /***********************************************************************
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version. *
***********************************************************************/ This script initializes the plugin, making it known to QGIS.
- profile_manager.classFactory(iface)[source]¶
Load ProfileManager class from file ProfileManager.
- Parameters:
iface (QgsInterface) – A QGIS interface instance.
Subpackages¶
- profile_manager.gui package
- profile_manager.handlers package
- Submodules
- profile_manager.handlers.bookmarks module
- profile_manager.handlers.customization module
- profile_manager.handlers.data_sources module
- profile_manager.handlers.expressions module
- profile_manager.handlers.favourites module
- profile_manager.handlers.models module
- profile_manager.handlers.plugins module
- profile_manager.handlers.scripts module
- profile_manager.handlers.styles module
- Submodules
- profile_manager.profiles package