I want to display map tips in QGIS with python for my custom map canvas QgsMapCanvas() How can I do this? I can switch manually with View/Map Tips but it wont work with my custom canvas in my plugin, it works only with iface.mapCanvas()...