Refactor MessageDisplay settings handling.
Saving/loading settings must now be requested by the client of the class. The previous code forced the settings to be saved and loaded each time even if that was not desired. Refs #21251
Showing
- MantidPlot/src/ApplicationWindow.cpp 7 additions, 11 deletionsMantidPlot/src/ApplicationWindow.cpp
- qt/widgets/common/CMakeLists.txt 2 additions, 1 deletionqt/widgets/common/CMakeLists.txt
- qt/widgets/common/inc/MantidQtWidgets/Common/Configurable.h 48 additions, 0 deletionsqt/widgets/common/inc/MantidQtWidgets/Common/Configurable.h
- qt/widgets/common/inc/MantidQtWidgets/Common/MessageDisplay.h 10 additions, 2 deletions...idgets/common/inc/MantidQtWidgets/Common/MessageDisplay.h
- qt/widgets/common/src/MessageDisplay.cpp 34 additions, 28 deletionsqt/widgets/common/src/MessageDisplay.cpp
Please register or sign in to comment