Skip to content

Commit

Permalink
added plugin search to GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Nov 10, 2021
1 parent 8efecd3 commit 6aeb5fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clesperanto/_clesperanto.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ def clesperanto():

viewer = napari.Viewer(title="clesperanto - napari")

viewer.window.add_plugin_dock_widget("Search (Plugin)", "Plugin Search")

viewer.window.add_plugin_dock_widget("napari-mouse-controls", "Mouse Controls")


def later():
viewer.window.add_plugin_dock_widget("clEsperanto", "Assistant")

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"napari-brightness-contrast",
"napari-mouse-controls",
"napari-plot-profile",
"napari-plugin-search",
"napari-skimage-regionprops",
"napari-segment-blobs-and-things-with-membranes",
"napari-tabu",
Expand Down

0 comments on commit 6aeb5fc

Please sign in to comment.