mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
12 lines
836 B
Python
12 lines
836 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'}
|
|
QgsRasterFormatSaveOptionsWidget.__overridden_methods__ = ['showEvent', 'eventFilter']
|
|
except (NameError, AttributeError):
|
|
pass
|