Fix a bug getting processing options for SANS
- Replace functions that get options as strings with ones that return a dict for pre-processing and processing options (note that, for now, post-processing options are still always used as a string) - Use a QMap in the C++ code so that SIP conversion works - Update tests to use the QMap return type - Convert from the QMap to a std::map where the results are used in the data processor so that subsequent code does not have to change Re #21218
Showing
- qt/python/mantidqtpython/mantidqtpython_def.sip 2 additions, 2 deletionsqt/python/mantidqtpython/mantidqtpython_def.sip
- qt/scientific_interfaces/ISISReflectometry/IReflMainWindowPresenter.h 3 additions, 3 deletions...c_interfaces/ISISReflectometry/IReflMainWindowPresenter.h
- qt/scientific_interfaces/ISISReflectometry/IReflSettingsPresenter.h 3 additions, 3 deletions...fic_interfaces/ISISReflectometry/IReflSettingsPresenter.h
- qt/scientific_interfaces/ISISReflectometry/IReflSettingsTabPresenter.h 3 additions, 3 deletions..._interfaces/ISISReflectometry/IReflSettingsTabPresenter.h
- qt/scientific_interfaces/ISISReflectometry/ReflDataProcessorPresenter.cpp 3 additions, 2 deletions...terfaces/ISISReflectometry/ReflDataProcessorPresenter.cpp
- qt/scientific_interfaces/ISISReflectometry/ReflMainWindowPresenter.cpp 2 additions, 2 deletions..._interfaces/ISISReflectometry/ReflMainWindowPresenter.cpp
- qt/scientific_interfaces/ISISReflectometry/ReflMainWindowPresenter.h 2 additions, 2 deletions...ic_interfaces/ISISReflectometry/ReflMainWindowPresenter.h
- qt/scientific_interfaces/ISISReflectometry/ReflRunsTabPresenter.cpp 2 additions, 42 deletions...fic_interfaces/ISISReflectometry/ReflRunsTabPresenter.cpp
- qt/scientific_interfaces/ISISReflectometry/ReflRunsTabPresenter.h 2 additions, 9 deletions...tific_interfaces/ISISReflectometry/ReflRunsTabPresenter.h
- qt/scientific_interfaces/ISISReflectometry/ReflSettingsPresenter.cpp 4 additions, 4 deletions...ic_interfaces/ISISReflectometry/ReflSettingsPresenter.cpp
- qt/scientific_interfaces/ISISReflectometry/ReflSettingsPresenter.h 2 additions, 2 deletions...ific_interfaces/ISISReflectometry/ReflSettingsPresenter.h
- qt/scientific_interfaces/ISISReflectometry/ReflSettingsTabPresenter.cpp 2 additions, 2 deletions...interfaces/ISISReflectometry/ReflSettingsTabPresenter.cpp
- qt/scientific_interfaces/ISISReflectometry/ReflSettingsTabPresenter.h 2 additions, 2 deletions...c_interfaces/ISISReflectometry/ReflSettingsTabPresenter.h
- qt/scientific_interfaces/test/ReflDataProcessorPresenterTest.h 12 additions, 12 deletions...ientific_interfaces/test/ReflDataProcessorPresenterTest.h
- qt/scientific_interfaces/test/ReflMainWindowPresenterTest.h 4 additions, 4 deletionsqt/scientific_interfaces/test/ReflMainWindowPresenterTest.h
- qt/scientific_interfaces/test/ReflMockObjects.h 6 additions, 6 deletionsqt/scientific_interfaces/test/ReflMockObjects.h
- qt/scientific_interfaces/test/ReflRunsTabPresenterTest.h 2 additions, 50 deletionsqt/scientific_interfaces/test/ReflRunsTabPresenterTest.h
- qt/scientific_interfaces/test/ReflSettingsTabPresenterTest.h 6 additions, 6 deletionsqt/scientific_interfaces/test/ReflSettingsTabPresenterTest.h
- qt/widgets/common/CMakeLists.txt 3 additions, 1 deletionqt/widgets/common/CMakeLists.txt
- qt/widgets/common/inc/MantidQtWidgets/Common/DataProcessorUI/DataProcessorMainPresenter.h 3 additions, 7 deletions...dgets/Common/DataProcessorUI/DataProcessorMainPresenter.h
Loading
Please register or sign in to comment