There is a simple code to add message bar to main window in QGIS:
iface.messageBar().pushMessage("Hello","World") My question is how to add bar to my custom canvas canvas = QgsMapCanvas() in standalone application? Is there possibility to display it on the bottom of canvas?
أكثر...