I have a toolbar and I want it to have an already existing action, but checking the documentation I only found methods to add newly created actions, not already existing ones. Is there a way to do this?
The action I want to add is the Touch, Zoom and Pan tool from Map Navigation toolbar. I know I can reference it this way:
qgis.utils.iface.mapNavToolToolBar().actions()[0]
But there's nothing I can do with it.
أكثر...
The action I want to add is the Touch, Zoom and Pan tool from Map Navigation toolbar. I know I can reference it this way:
qgis.utils.iface.mapNavToolToolBar().actions()[0]
But there's nothing I can do with it.
أكثر...