File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88from brainglobe_utils .cells .cells import Cell
99from brainglobe_utils .general .system import delete_directory_contents
1010from brainglobe_utils .IO .yaml import save_yaml
11- from brainglobe_utils .qtpy .dialog import display_warning
12- from brainglobe_utils .qtpy .interaction import add_button , add_combobox
1311from magicgui .widgets import ProgressBar
1412from napari .qt .threading import thread_worker
1513from napari .utils .notifications import show_info
14+ from qt_niu .dialog import display_warning
15+ from qt_niu .interaction import add_button , add_combobox
1616from qtpy import QtCore
1717from qtpy .QtWidgets import (
1818 QComboBox ,
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ dev = [
5252 " pytest" ,
5353 " tox" ,
5454 " pooch >= 1" ,
55+ " qt-niu"
5556]
5657napari = [
5758 " brainglobe-napari-io" ,
You can’t perform that action at this time.
0 commit comments