Class: QgsSettingsTreeProxyModel¶
A proxy model which allows filtering the settings tree.
Added in version 3.32.
List of all members, including inherited members
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)