| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
 
 
 
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.
 
Represents a vector layer which manages a vector based data sets.