Class: QgsEffectStackPropertiesDialog¶
A dialog for modifying the properties of a QgsEffectStack,
including adding and reordering effects within the stack.
See also
See also
See also
QgsEffectStackPropertiesDialog¶
Class Hierarchy¶
Base classes¶
A generic dialog with layout and button box. |
|
Methods
Sets the picture to use for effect previews for the dialog |
|
Returns effect stack attached to the dialog |
- class qgis.gui.QgsEffectStackPropertiesDialog[source]¶
Bases:
QgsDialog- __init__(stack: QgsEffectStack | None, parent: QWidget | None = None, f: Qt.WindowFlags | Qt.WindowType = Qt.WindowFlags())
QgsEffectStackPropertiesDialog constructor
- Parameters:
stack (Optional[QgsEffectStack]) –
QgsEffectStackto modify in the dialogparent (Optional[QWidget] = None) – parent widget
f (Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags()) – window flags
- setPreviewPicture(self, picture: QPicture)[source]¶
Sets the picture to use for effect previews for the dialog
- Parameters:
picture (QPicture) – preview picture
- stack(self) QgsEffectStack | None[source]¶
Returns effect stack attached to the dialog
- Return type:
Optional[QgsEffectStack]
- Returns:
QgsEffectStackmodified by the dialog