2024-08-13 13:47:46 +10:00
|
|
|
# The following has been generated automatically from src/gui/raster/qgsrasterbandcombobox.h
|
2024-08-14 09:45:06 +10:00
|
|
|
try:
|
|
|
|
QgsRasterBandComboBox.__attribute_docs__ = {'bandChanged': 'Emitted when the currently selected band changes.\n'}
|
|
|
|
except NameError:
|
|
|
|
pass
|
2024-08-14 15:28:33 +10:00
|
|
|
QgsRasterBandComboBox.displayBandName = staticmethod(QgsRasterBandComboBox.displayBandName)
|
2024-08-28 11:14:23 +10:00
|
|
|
try:
|
|
|
|
QgsRasterBandComboBox.__signal_arguments__ = {'bandChanged': ['band: int']}
|
|
|
|
except NameError:
|
|
|
|
pass
|
2024-08-16 09:08:23 +10:00
|
|
|
try:
|
|
|
|
QgsRasterBandComboBox.__group__ = ['raster']
|
|
|
|
except NameError:
|
|
|
|
pass
|