Class: QgsAnimatedImageSourceLineEdit¶
A line edit widget with toolbutton for setting an animated raster image path.
Designed for use with QgsImageCache
.
See also
Added in version 3.26.
Class Hierarchy¶
Base classes¶
A line edit widget with toolbutton for setting a raster image path. |
|
Abstract base class for a widgets which allows users to select content from a file, embedding a file, etc. |
|
- class qgis.gui.QgsAnimatedImageSourceLineEdit[source]¶
Bases:
QgsPictureSourceLineEditBase
- __init__(parent: QWidget | None = None)
Constructor for QgsAnimatedImageSourceLineEdit, with the specified
parent
widget.- Parameters:
parent (Optional[QWidget] = None)