QGIS/python/gui/auto_additions/qgsnumericformatwidget.py
2024-12-03 07:47:10 +00:00

47 lines
1.5 KiB
Python

# The following has been generated automatically from src/gui/numericformats/qgsnumericformatwidget.h
try:
QgsNumericFormatWidget.__attribute_docs__ = {'changed': 'Emitted whenever the configuration of the numeric format is changed.\n'}
QgsNumericFormatWidget.__group__ = ['numericformats']
except (NameError, AttributeError):
pass
try:
QgsBasicNumericFormatWidget.__group__ = ['numericformats']
except (NameError, AttributeError):
pass
try:
QgsBearingNumericFormatWidget.__group__ = ['numericformats']
except (NameError, AttributeError):
pass
try:
QgsBearingNumericFormatDialog.__group__ = ['numericformats']
except (NameError, AttributeError):
pass
try:
QgsGeographicCoordinateNumericFormatWidget.__group__ = ['numericformats']
except (NameError, AttributeError):
pass
try:
QgsGeographicCoordinateNumericFormatDialog.__group__ = ['numericformats']
except (NameError, AttributeError):
pass
try:
QgsCurrencyNumericFormatWidget.__group__ = ['numericformats']
except (NameError, AttributeError):
pass
try:
QgsPercentageNumericFormatWidget.__group__ = ['numericformats']
except (NameError, AttributeError):
pass
try:
QgsScientificNumericFormatWidget.__group__ = ['numericformats']
except (NameError, AttributeError):
pass
try:
QgsFractionNumericFormatWidget.__group__ = ['numericformats']
except (NameError, AttributeError):
pass
try:
QgsExpressionBasedNumericFormatWidget.__group__ = ['numericformats']
except (NameError, AttributeError):
pass