QGIS/python/gui/auto_additions/qgsdatetimeedit.py

5 lines
439 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/editorwidgets/qgsdatetimeedit.h
QgsDateTimeEdit.__attribute_docs__ = {'valueChanged': 'Signal emitted whenever the value changes.\n\n:param date: The new date/time value.\n'}
QgsTimeEdit.__attribute_docs__ = {'timeValueChanged': 'Signal emitted whenever the time changes.\n'}
QgsDateEdit.__attribute_docs__ = {'dateValueChanged': 'Signal emitted whenever the date changes.\n'}