QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
16 #ifndef QGSDATETIMEEDITWRAPPER_H
17 #define QGSDATETIMEEDITWRAPPER_H
19 #include <QDateTimeEdit>
27 class TestQgsDateTimeEdit;
61 void dateTimeChanged(
const QDateTime &dateTime );
64 QDateTimeEdit *mQDateTimeEdit =
nullptr;
70 QVariant
value()
const override;
73 bool valid()
const override;
80 void updateValues(
const QVariant &value,
const QVariantList & = QVariantList() )
override;
83 friend class TestQgsDateTimeEdit;
86 #endif // QGSDATETIMEEDITWRAPPER_H
The QgsDateTimeEdit class is a QDateTimeEdit with the capability of setting/reading null date/times.
Wraps a date time widget. Users will be able to choose date and time from an appropriate dialog.
Represents a vector layer which manages a vector based data sets.