Class: QgsSvgSourceLineEdit¶
A line edit widget with toolbutton for setting an SVG image path.
Designed for use with QgsSvgCache
.
See also
Added in version 3.4.
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.QgsSvgSourceLineEdit[source]¶
Bases:
QgsPictureSourceLineEditBase
- __init__(parent: QWidget | None = None)
Constructor for QgsSvgSourceLineEdit, with the specified
parent
widget.- Parameters:
parent (Optional[QWidget] = None)