QGIS/python/gui/auto_additions/qgsfieldconditionalformatwidget.py
2024-09-08 16:06:22 +10:00

23 lines
1.2 KiB
Python

# The following has been generated automatically from src/gui/attributetable/qgsfieldconditionalformatwidget.h
try:
QgsFieldConditionalFormatWidget.__attribute_docs__ = {'rulesUpdated': 'Emitted when the conditional styling rules are updated.\n\nThe ``fieldName`` argument indicates the name of the field whose rules\nhave been modified, or an empty ``fieldName`` indicates that a row-based\nrule was updated.\n'}
except NameError:
pass
try:
QgsEditConditionalFormatRuleWidget.__attribute_docs__ = {'ruleSaved': 'Emitted when a user has opted to save the current rule.\n', 'ruleDeleted': 'Emitted when a user has opted to deleted the current rule.\n', 'canceled': 'Emitted when a user has opted to cancel the rule modification.\n'}
except NameError:
pass
QgsFieldConditionalFormatWidget.defaultPresets = staticmethod(QgsFieldConditionalFormatWidget.defaultPresets)
try:
QgsFieldConditionalFormatWidget.__signal_arguments__ = {'rulesUpdated': ['fieldName: str']}
except NameError:
pass
try:
QgsFieldConditionalFormatWidget.__group__ = ['attributetable']
except NameError:
pass
try:
QgsEditConditionalFormatRuleWidget.__group__ = ['attributetable']
except NameError:
pass