Class: QgsSettingsStringComboBoxWrapper¶
This class is a factory of editor for string settings with a combo box
Added in version 3.40.
Class Hierarchy¶
Base classes¶
|
This class is a base factory of editor for settings |
Base class for settings editor wrappers |
|
Enums
Mode to determine if the value is hold in the combo box text or data |
- class qgis.gui.QgsSettingsStringComboBoxWrapper[source]¶
Bases:
QgsSettingsEditorWidgetWrapperTemplateQgsSettingsEntryStringQComboBoxQStringBase
- __init__(parent: QObject | None = None)
Constructor of the factory
- Parameters:
parent (Optional[QObject] = None)
- __init__(editor: QWidget | None, setting: QgsSettingsEntryBase | None, dynamicKeyPartList: Iterable[str | None] = [])
Constructor of the wrapper for a given
setting
and its widgeteditor
- Parameters:
editor (Optional[QWidget])
setting (Optional[QgsSettingsEntryBase])
dynamicKeyPartList (Iterable[Optional[str]] = [])
- __init__(editor: QWidget | None, setting: QgsSettingsEntryBase | None, mode: QgsSettingsStringComboBoxWrapper.Mode, dynamicKeyPartList: Iterable[str | None] = [])
Constructor of the wrapper for a given
setting
and its widgeteditor
- Parameters:
editor (Optional[QWidget])
setting (Optional[QgsSettingsEntryBase])
dynamicKeyPartList (Iterable[Optional[str]] = [])