I need to add new menu item to the top level menu of QGIS Desktop (2.7.0);I.e. it shall be on same level as "Project", "Edit", "View", "Layer" etc.
As far as I know there is pretty nice way how hide menu items (Settings->Customization)Plus using QgisInterface (http://qgis.org/api/classQgisInterface.html) I can add new items to Menus already defined in QGIS (addLayerMenu, addPluginToDatabaseMenu etc) from my plugin code.
But I need new Menu item on top layer (this is req from customer):will very appreciate if any ideas how can I make so
Thanks!
أكثر...
As far as I know there is pretty nice way how hide menu items (Settings->Customization)Plus using QgisInterface (http://qgis.org/api/classQgisInterface.html) I can add new items to Menus already defined in QGIS (addLayerMenu, addPluginToDatabaseMenu etc) from my plugin code.
But I need new Menu item on top layer (this is req from customer):will very appreciate if any ideas how can I make so
Thanks!
أكثر...