QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
16 #ifndef QGSDATETIMESEARCHWIDGETWRAPPER_H
17 #define QGSDATETIMESEARCHWIDGETWRAPPER_H
23 #include <QListWidget>
55 QVariant value()
const;
59 bool valid()
const override;
60 QgsSearchWidgetWrapper::FilterFlags
supportedFlags()
const override;
61 QgsSearchWidgetWrapper::FilterFlags
defaultFlags()
const override;
62 QString
createExpression( QgsSearchWidgetWrapper::FilterFlags flags )
const override;
77 void dateTimeChanged(
const QDateTime &date );
86 #endif // QGSDATETIMESEARCHWIDGETWRAPPER_H
The QgsDateTimeEdit class is a QDateTimeEdit with the capability of setting/reading null date/times.