| 
    QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
    
   | 
 
#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... | |