QGIS/python/gui/auto_additions/qgsrendererpropertiesdialog.py
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

10 lines
867 B
Python

# The following has been generated automatically from src/gui/symbology/qgsrendererpropertiesdialog.h
try:
QgsRendererPropertiesDialog.__attribute_docs__ = {'layerVariablesChanged': 'Emitted when expression context variables on the associated\nvector layers have been changed. Will request the parent dialog\nto re-synchronize with the variables.\n', 'widgetChanged': 'Emitted when something on the widget has changed.\nAll widgets will fire this event to notify of an internal change.\n', 'showPanel': 'Emit when you require a panel to be show in the interface.\n\n:param panel: The panel widget to show.\n\n.. note::\n\n If you are connected to this signal you should also connect\n given panels showPanel signal as they can be nested.\n'}
except NameError:
pass
try:
QgsRendererPropertiesDialog.__group__ = ['symbology']
except NameError:
pass