QGIS/python/gui/auto_additions/qgsfieldconditionalformatwidget.py
2024-08-14 13:05:46 +10:00

10 lines
771 B
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