|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
#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 | QgsSettingsBoolEditorWidgetWrapper |
| This class is a factory of editor for boolean settings. More... | |
| class | QgsSettingsColorEditorWidgetWrapper |
| This class is a factory of editor for color settings. More... | |
| class | QgsSettingsDoubleEditorWidgetWrapper |
| This class is a factory of editor for double settings. More... | |
| class | QgsSettingsEditorWidgetWrapperTemplate< T, V, U > |
| This class is a base factory of editor for settings. More... | |
| class | QgsSettingsIntegerEditorWidgetWrapper |
| This class is a factory of editor for integer settings. More... | |
| class | QgsSettingsStringEditorWidgetWrapper |
| This class is a factory of editor for string settings. More... | |