Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

19 lines
843 B
Python

# The following has been generated automatically from src/core/settings/qgssettings.h
QgsSettings.NoSection = QgsSettings.Section.NoSection
QgsSettings.Core = QgsSettings.Section.Core
QgsSettings.Gui = QgsSettings.Section.Gui
QgsSettings.Server = QgsSettings.Section.Server
QgsSettings.Plugins = QgsSettings.Section.Plugins
QgsSettings.Auth = QgsSettings.Section.Auth
QgsSettings.App = QgsSettings.Section.App
QgsSettings.Providers = QgsSettings.Section.Providers
QgsSettings.Expressions = QgsSettings.Section.Expressions
QgsSettings.Misc = QgsSettings.Section.Misc
QgsSettings.Gps = QgsSettings.Section.Gps
QgsSettings.globalSettingsPath = staticmethod(QgsSettings.globalSettingsPath)
QgsSettings.setGlobalSettingsPath = staticmethod(QgsSettings.setGlobalSettingsPath)
try:
QgsSettings.__group__ = ['settings']
except NameError:
pass