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

8 lines
459 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 changed the raster renderer.\n'}
QgsRasterAttributeTableWidget.__overridden_methods__ = ['setDockMode']
QgsRasterAttributeTableWidget.__group__ = ['raster']
except (NameError, AttributeError):
pass