QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
|
#include <QColor>
#include "qgis_gui.h"
#include "qgssettingseditorwidgetwrapper.h"
#include "qgslogger.h"
#include "qgssettingsentryimpl.h"
#include "qgscolorbutton.h"
#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... | |