mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
9 lines
468 B
Python
9 lines
468 B
Python
# The following has been generated automatically from src/gui/raster/qgsrasterbandcombobox.h
|
|
try:
|
|
QgsRasterBandComboBox.__attribute_docs__ = {'bandChanged': 'Emitted when the currently selected band changes.\n'}
|
|
QgsRasterBandComboBox.displayBandName = staticmethod(QgsRasterBandComboBox.displayBandName)
|
|
QgsRasterBandComboBox.__signal_arguments__ = {'bandChanged': ['band: int']}
|
|
QgsRasterBandComboBox.__group__ = ['raster']
|
|
except NameError:
|
|
pass
|