QGIS/python/gui/auto_additions/qgsnumericformatwidget.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

47 lines
1.3 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:
pass
try:
QgsBasicNumericFormatWidget.__group__ = ['numericformats']
except NameError:
pass
try:
QgsBearingNumericFormatWidget.__group__ = ['numericformats']
except NameError:
pass
try:
QgsBearingNumericFormatDialog.__group__ = ['numericformats']
except NameError:
pass
try:
QgsGeographicCoordinateNumericFormatWidget.__group__ = ['numericformats']
except NameError:
pass
try:
QgsGeographicCoordinateNumericFormatDialog.__group__ = ['numericformats']
except NameError:
pass
try:
QgsCurrencyNumericFormatWidget.__group__ = ['numericformats']
except NameError:
pass
try:
QgsPercentageNumericFormatWidget.__group__ = ['numericformats']
except NameError:
pass
try:
QgsScientificNumericFormatWidget.__group__ = ['numericformats']
except NameError:
pass
try:
QgsFractionNumericFormatWidget.__group__ = ['numericformats']
except NameError:
pass
try:
QgsExpressionBasedNumericFormatWidget.__group__ = ['numericformats']
except NameError:
pass