Class: QgsSubsetStringEditorInterface¶
Interface for a dialog that can edit subset strings.
Added in version 3.18.
Note
This is an abstract class, with methods which must be implemented by a subclass.
The following methods must be implemented: setSubsetString()
, subsetString()
Class Hierarchy¶
Base classes¶
Subclasses¶
Query Builder for layers. |
|
Query Builder for layers. |
Abstract Methods
Sets a subset string into the dialog. |
|
Returns the subset string entered in the dialog. |
- class qgis.gui.QgsSubsetStringEditorInterface[source]¶
Bases:
QDialog
- __init__(parent: QWidget | None = None, fl: Qt.WindowFlags | Qt.WindowType = QgsGuiUtils.ModalDialogFlags)
Constructor
- Parameters:
parent (Optional[QWidget] = None)
fl (Union[Qt.WindowFlags, Qt.WindowType] = QgsGuiUtils.ModalDialogFlags)