Class: QgsImageFetcher¶
Handles asynchronous download of images
Class Hierarchy¶
Base classes¶
Methods
Starts the image download  | 
Signals
Emitted when an error occurs  | 
|
Emitted when the download completes  | 
|
Emitted to report progress  | 
- class qgis.core.QgsImageFetcher[source]¶
 Bases:
QObject- __init__(parent: QObject | None = None)
 Constructor
- Parameters:
 parent (Optional[QObject] = None)
- signal finish(legend: QImage)[source]¶
 Emitted when the download completes
- Parameters:
 legend (QImage) – The downloaded legend image