Class: QgsSettingsTreeProxyModel¶
A proxy model which allows filtering the settings tree.
Added in version 3.32.
Class Hierarchy¶
Base classes¶
Methods
Apply pending changes in the model to the corresponding settings |
|
Sets the filter text |
- class qgis.gui.QgsSettingsTreeProxyModel[source]¶
Bases:
QSortFilterProxyModel
- __init__(rootNode: QgsSettingsTreeNode | None = None, parent: QObject | None = None)
Constructor
- Parameters:
rootNode (Optional[QgsSettingsTreeNode] = None)
parent (Optional[QObject] = None)