File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1212 from .result_viewer import ResultViewer
1313else :
1414 class SelectionGUI :
15- def __init__ (self , video ):
16- pass
17-
18- def show_displacement (self , data ):
15+ def __init__ (self , * args , ** kwargs ):
1916 raise RuntimeError ("SelectionGUI requires PyQt6: pip install pyidi[qt]" )
20-
17+
2118 class ResultViewer :
22- def __init__ (self ):
23- pass
24-
25- def show_displacement (self , data ):
19+ def __init__ (self , * args , ** kwargs ):
2620 raise RuntimeError ("ResultViewer requires PyQt6: pip install pyidi[qt]" )
27-
21+
2822from .selection import SubsetSelection
2923from .gui import GUI
Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ dev = [
4848 " nbsphinx_link" ,
4949]
5050
51+ qt = [
52+ " pyqt6" ,
53+ " pyqtgraph" ,
54+ ]
55+
5156[project .urls ]
5257homepage = " https://github.com/ladisk/pyidi"
5358documentation = " https://pyidi.readthedocs.io/en/latest/"
You can’t perform that action at this time.
0 commit comments