QGIS/python/gui/auto_additions/qgssymbolbutton.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

7 lines
565 B
Python

# The following has been generated automatically from src/gui/qgssymbolbutton.h
try:
QgsSymbolButton.__attribute_docs__ = {'changed': "Emitted when the symbol's settings are changed.\n\n.. seealso:: :py:func:`symbol`\n\n.. seealso:: :py:func:`setSymbol`\n"}
QgsSymbolButton.__overridden_methods__ = ['minimumSizeHint', 'sizeHint', 'changeEvent', 'showEvent', 'resizeEvent', 'mousePressEvent', 'mouseMoveEvent', 'mouseReleaseEvent', 'keyPressEvent', 'dragEnterEvent', 'dragLeaveEvent', 'dropEvent', 'wheelEvent']
except (NameError, AttributeError):
pass