QGIS/python/gui/auto_additions/qgsrasterattributetablewidget.py
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

8 lines
460 B
Python

# The following has been generated automatically from src/gui/raster/qgsrasterattributetablewidget.h
try:
QgsRasterAttributeTableWidget.__attribute_docs__ = {'rendererChanged': 'This signal is emitted after a successful classify operation which\nchanged the raster renderer.\n'}
QgsRasterAttributeTableWidget.__overridden_methods__ = ['setDockMode']
QgsRasterAttributeTableWidget.__group__ = ['raster']
except (NameError, AttributeError):
pass