implement enmapbox.addToolBarIcon

Issue #856 closed
Andreas Janz created an issue

No description provided.

Comments (2)

  1. Andreas Janz reporter

    New toolbars and icons can be added like so:

    toolbar = QToolBar()
    enmapBox.ui.addToolBar(toolbar)
    action = QAction('MyToolbarIcon')
    toolbar.addAction(action)
    

  2. Log in to comment