mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
26 lines
785 B
Python
26 lines
785 B
Python
# The following has been generated automatically from src/gui/editorwidgets/qgsdatetimeedit.h
|
|
try:
|
|
QgsDateTimeEdit.__attribute_docs__ = {'valueChanged': 'Signal emitted whenever the value changes.\n\n:param date: The new date/time value.\n'}
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsTimeEdit.__attribute_docs__ = {'timeValueChanged': 'Signal emitted whenever the time changes.\n'}
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsDateEdit.__attribute_docs__ = {'dateValueChanged': 'Signal emitted whenever the date changes.\n'}
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsDateTimeEdit.__group__ = ['editorwidgets']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsTimeEdit.__group__ = ['editorwidgets']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsDateEdit.__group__ = ['editorwidgets']
|
|
except NameError:
|
|
pass
|