Items are now edited and changes propagated to the TableWS, re #24007
TableWorkspace has all columns editable by default. PeaksWS has all columns read-only by default. Values in editable cells can be changed. Changes are reflected in the underlying WS with the correct type. TWD Model uses same "allowed workspaces" idea as MatrixWorkspaceDisplay
Showing
- Framework/PythonInterface/mantid/api/src/Exports/ITableWorkspace.cpp 25 additions, 0 deletions...ythonInterface/mantid/api/src/Exports/ITableWorkspace.cpp
- buildconfig/CMake/Bootstrap.cmake 1 addition, 1 deletionbuildconfig/CMake/Bootstrap.cmake
- qt/python/mantidqt/widgets/tableworkspacedisplay/model.py 57 additions, 11 deletionsqt/python/mantidqt/widgets/tableworkspacedisplay/model.py
- qt/python/mantidqt/widgets/tableworkspacedisplay/presenter.py 53 additions, 4 deletions...ython/mantidqt/widgets/tableworkspacedisplay/presenter.py
- qt/python/mantidqt/widgets/tableworkspacedisplay/test/test_tableworkspacedisplay_model.py 24 additions, 14 deletions...workspacedisplay/test/test_tableworkspacedisplay_model.py
- qt/python/mantidqt/widgets/tableworkspacedisplay/test_helpers/__init__.py 0 additions, 9 deletions...qt/widgets/tableworkspacedisplay/test_helpers/__init__.py
- qt/python/mantidqt/widgets/tableworkspacedisplay/test_helpers/mock_tableworkspacedisplay.py 0 additions, 81 deletions...rkspacedisplay/test_helpers/mock_tableworkspacedisplay.py
- qt/python/mantidqt/widgets/tableworkspacedisplay/view.py 11 additions, 7 deletionsqt/python/mantidqt/widgets/tableworkspacedisplay/view.py
Please register or sign in to comment