QgsDateTimeEditConfig class

Contents

Base classes

class QgsEditorConfigWidget
This class should be subclassed for every configurable editor widget type.

Public functions

auto config() -> QVariantMap override
Create a configuration from the current GUI state.
void setConfig(const QVariantMap& config) override
Update the configuration widget to represent the given configuration.

Function documentation

QVariantMap QgsDateTimeEditConfig::config() override

Create a configuration from the current GUI state.

Returns A widget configuration

void QgsDateTimeEditConfig::setConfig(const QVariantMap& config) override

Update the configuration widget to represent the given configuration.

Parameters
config The configuration which should be represented by this widget