16#ifndef QGSDATETIMEEDITCONFIG_H
17#define QGSDATETIMEEDITCONFIG_H
19#include "ui_qgsdatetimeeditconfig.h"
33 private Ui::QgsDateTimeEditConfig
38 QVariantMap
config()
override;
42 void updateDemoWidget();
43 void updateFieldFormat(
int idx );
44 void updateDisplayFormat(
const QString &fieldFormat );
45 void displayFormatChanged(
int idx );
46 void showHelp(
bool buttonChecked );
49 void setFieldFormatCombo(
const QString &fieldFormat );
QVariantMap config() override
Create a configuration from the current GUI state.
QgsDateTimeEditConfig(QgsVectorLayer *vl, int fieldIdx, QWidget *parent=nullptr)
Represents a vector layer which manages a vector based dataset.