mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
7 lines
473 B
Python
7 lines
473 B
Python
# The following has been generated automatically from src/gui/qgslegendpatchshapebutton.h
|
|
try:
|
|
QgsLegendPatchShapeButton.__attribute_docs__ = {'changed': "Emitted when the shape's settings are changed.\n\n.. seealso:: :py:func:`shape`\n\n.. seealso:: :py:func:`setShape`\n"}
|
|
QgsLegendPatchShapeButton.__overridden_methods__ = ['minimumSizeHint', 'sizeHint', 'changeEvent', 'showEvent', 'resizeEvent', 'mousePressEvent']
|
|
except (NameError, AttributeError):
|
|
pass
|