File tree Expand file tree Collapse file tree 3 files changed +584
-0
lines changed
themachinethatgoesping/pingprocessing/widgets Expand file tree Collapse file tree 3 files changed +584
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ sources = [
77 ' themachinethatgoesping/pingprocessing/__init__.py' ,
88 ' themachinethatgoesping/pingprocessing/widgets/__init__.py' ,
99 ' themachinethatgoesping/pingprocessing/widgets/echogramviewer.py' ,
10+ ' themachinethatgoesping/pingprocessing/widgets/echogramviewer_vispy.py' ,
1011 ' themachinethatgoesping/pingprocessing/widgets/tqdmwidget.py' ,
1112 ' themachinethatgoesping/pingprocessing/widgets/wciviewer.py' ,
1213 ' themachinethatgoesping/pingprocessing/widgets/tools/__init__.py' ,
Original file line number Diff line number Diff line change 66from .tqdmwidget import *
77from .wciviewer import *
88from .echogramviewer import *
9+ from .echogramviewer_vispy import *
910from . import tools
You can’t perform that action at this time.
0 commit comments