From 6aeb5fc3d4cb9172f94e576388e5dbfb9b8da7b1 Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Wed, 10 Nov 2021 19:47:13 +0100 Subject: [PATCH] added plugin search to GUI --- clesperanto/_clesperanto.py | 3 +++ setup.py | 1 + 2 files changed, 4 insertions(+) diff --git a/clesperanto/_clesperanto.py b/clesperanto/_clesperanto.py index 60aa0c2..a9aa01a 100644 --- a/clesperanto/_clesperanto.py +++ b/clesperanto/_clesperanto.py @@ -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") diff --git a/setup.py b/setup.py index a2f0be2..a7af4b2 100644 --- a/setup.py +++ b/setup.py @@ -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",