I am trying to make a QGIS plugin using Python.Right now I need way add an image to canvas but I don't want that image to be a new layer in qgis project. Is there a way to do it?
Now I have:
self.canvas = qgis.gui.QgsMapCanvas() self.canvas.show()But it shows only white rectangle.
أكثر...