16#ifndef QGSDATETIMEEDITCONFIG_H
17#define QGSDATETIMEEDITCONFIG_H
19#include "ui_qgsdatetimeeditconfig.h"
37 QVariantMap
config()
override;
41 void updateDemoWidget();
42 void updateFieldFormat(
int idx );
43 void updateDisplayFormat(
const QString &fieldFormat );
44 void displayFormatChanged(
int idx );
45 void showHelp(
bool buttonChecked );
48 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.