mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
15 lines
528 B
Python
15 lines
528 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'}
|
|
except NameError:
|
|
pass
|
|
QgsRasterBandComboBox.displayBandName = staticmethod(QgsRasterBandComboBox.displayBandName)
|
|
try:
|
|
QgsRasterBandComboBox.__signal_arguments__ = {'bandChanged': ['band: int']}
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsRasterBandComboBox.__group__ = ['raster']
|
|
except NameError:
|
|
pass
|