|
QGIS API Documentation 3.42.0-Münster (feb80233002)
|
#include <QColor>#include "qgis_gui.h"#include "qgssettingseditorwidgetwrapper.h"#include "qgslogger.h"#include "qgssettingsentryimpl.h"#include "qgscolorbutton.h"#include <QComboBox>#include <QLineEdit>#include <QCheckBox>#include <QSpinBox>#include <QDoubleSpinBox>#include <QTableWidget>

Go to the source code of this file.
Classes | |
| class | QgsSettingsBoolCheckBoxWrapper |
| This class is a factory of editor for boolean settings with a checkbox. More... | |
| class | QgsSettingsColorButtonWrapper |
| This class is a factory of editor for color settings with a color button. More... | |
| class | QgsSettingsDoubleSpinBoxWrapper |
| This class is a factory of editor for double settings with a double spin box. More... | |
| class | QgsSettingsEditorWidgetWrapperTemplate< T, V, U > |
| This class is a base factory of editor for settings. More... | |
| class | QgsSettingsIntegerSpinBoxWrapper |
| This class is a factory of editor for integer settings with a spin box. More... | |
| class | QgsSettingsStringComboBoxWrapper |
| This class is a factory of editor for string settings with a combo box. More... | |
| class | QgsSettingsStringLineEditWrapper |
| This class is a factory of editor for string settings with a line edit. More... | |