Class: QgsSettingsBoolCheckBoxWrapper

This class is a factory of editor for boolean settings with a checkbox

Added in version 3.32.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsSettingsBoolCheckBoxWrapper

Base classes

QgsSettingsEditorWidgetWrapperTemplateQgsSettingsEntryBoolQCheckBoxboolBase

This class is a base factory of editor for settings

QgsSettingsEditorWidgetWrapper

Base class for settings editor wrappers

QObject

class qgis.gui.QgsSettingsBoolCheckBoxWrapper[source]

Bases: QgsSettingsEditorWidgetWrapperTemplateQgsSettingsEntryBoolQCheckBoxboolBase

__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 widget editor

Parameters:
  • editor (Optional[QWidget])

  • setting (Optional[QgsSettingsEntryBase])

  • dynamicKeyPartList (Iterable[Optional[str]] = [])