mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
11 lines
727 B
Python
11 lines
727 B
Python
# The following has been generated automatically from src/gui/qgsrasterformatsaveoptionswidget.h
|
|
QgsRasterFormatSaveOptionsWidget.Default = QgsRasterFormatSaveOptionsWidget.Type.Default
|
|
QgsRasterFormatSaveOptionsWidget.Full = QgsRasterFormatSaveOptionsWidget.Type.Full
|
|
QgsRasterFormatSaveOptionsWidget.Table = QgsRasterFormatSaveOptionsWidget.Type.Table
|
|
QgsRasterFormatSaveOptionsWidget.LineEdit = QgsRasterFormatSaveOptionsWidget.Type.LineEdit
|
|
QgsRasterFormatSaveOptionsWidget.ProfileLineEdit = QgsRasterFormatSaveOptionsWidget.Type.ProfileLineEdit
|
|
try:
|
|
QgsRasterFormatSaveOptionsWidget.__attribute_docs__ = {'optionsChanged': 'Emitted when the options configured in the widget are changed.\n'}
|
|
except NameError:
|
|
pass
|