Class: QgsSettingsTreeWidget¶
QgsSettingsTreeWidget
is a widget with the settings tree to
visualize, search and edit settings
Added in version 3.32.

QgsSettingsTreeWidget¶
Class Hierarchy¶
Base classes¶
Container for a widget to be used to search text in the option dialog If the widget type is handled, it is valid. It can perform a text search in the widget and highlight it in case of success. This uses stylesheets. |
Methods
Apply changes to settings value |
- class qgis.gui.QgsSettingsTreeWidget[source]¶
Bases:
QWidget
,QgsOptionsDialogHighlightWidget
- __init__(parent: QWidget | None = None)
Constructor
- Parameters:
parent (Optional[QWidget] = None)