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