| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
#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 | 
| A factory for editors of boolean settings with a checkbox.  More... | |
| class | QgsSettingsColorButtonWrapper | 
| A factory for editors of color settings with a color button.  More... | |
| class | QgsSettingsDoubleSpinBoxWrapper | 
| A factory for editors for double settings with a double spin box.  More... | |
| class | QgsSettingsEditorWidgetWrapperTemplate< T, V, U > | 
| Base factory for editors for settings.  More... | |
| class | QgsSettingsIntegerSpinBoxWrapper | 
| A factory for editors for integer settings with a spin box.  More... | |
| class | QgsSettingsStringComboBoxWrapper | 
| A factory for editors of string settings with a combo box.  More... | |
| class | QgsSettingsStringLineEditWrapper | 
| A factory for editors for string settings with a line edit.  More... | |