Added python bindings and polished JobTreeView API.
- Added BuildSubtreeTest - a replacement for the messy version in JobTreeView. - Added additional methods for dealing with Subtree objects. - Modified interface of the copy and paste signals presenters must now get selection explicitly. - Exposed Row class to python. Re #22263
Showing
- qt/python/mantidqtpython/mantidqtpython_def.sip 28 additions, 11 deletionsqt/python/mantidqtpython/mantidqtpython_def.sip
- qt/widgets/common/CMakeLists.txt 3 additions, 0 deletionsqt/widgets/common/CMakeLists.txt
- qt/widgets/common/inc/MantidQtWidgets/Common/Batch/BuildSubtree.h 35 additions, 0 deletions...ts/common/inc/MantidQtWidgets/Common/Batch/BuildSubtree.h
- qt/widgets/common/inc/MantidQtWidgets/Common/Batch/JobTreeView.h 11 additions, 16 deletions...ets/common/inc/MantidQtWidgets/Common/Batch/JobTreeView.h
- qt/widgets/common/inc/MantidQtWidgets/Common/Batch/JobTreeViewSignalAdapter.h 4 additions, 10 deletions...c/MantidQtWidgets/Common/Batch/JobTreeViewSignalAdapter.h
- qt/widgets/common/src/Batch/BuildSubtree.cpp 46 additions, 0 deletionsqt/widgets/common/src/Batch/BuildSubtree.cpp
- qt/widgets/common/src/Batch/JobTreeView.cpp 69 additions, 83 deletionsqt/widgets/common/src/Batch/JobTreeView.cpp
- qt/widgets/common/src/Batch/JobTreeViewSignalAdapter.cpp 4 additions, 6 deletionsqt/widgets/common/src/Batch/JobTreeViewSignalAdapter.cpp
- qt/widgets/common/test/Batch/BuildSubtreeTest.h 118 additions, 0 deletionsqt/widgets/common/test/Batch/BuildSubtreeTest.h
- scripts/Interface/ui/batchwidget/batch_widget_gui.py 19 additions, 7 deletionsscripts/Interface/ui/batchwidget/batch_widget_gui.py
qt/widgets/common/src/Batch/BuildSubtree.cpp
0 → 100644
Please register or sign in to comment