Skip to content
Snippets Groups Projects
Commit fd9ca7ef authored by Federico Montesino Pouzols's avatar Federico Montesino Pouzols
Browse files

use specific Qt settings group for this interface, re #12610

parent 2113c32f
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ private: ...@@ -136,7 +136,7 @@ private:
virtual void closeEvent(QCloseEvent *ev); virtual void closeEvent(QCloseEvent *ev);
// path/name for the persistent settings group of this interface // path/name for the persistent settings group of this interface
std::string m_settingsGroup; const static std::string m_settingsGroup;
// here the view puts messages before notifying the presenter to show them // here the view puts messages before notifying the presenter to show them
std::vector<std::string> m_logMsgs; std::vector<std::string> m_logMsgs;
......
...@@ -40,6 +40,8 @@ const std::string EnggDiffractionViewQtGUI::g_pixelCalibExt = ...@@ -40,6 +40,8 @@ const std::string EnggDiffractionViewQtGUI::g_pixelCalibExt =
"(*.csv *.nxs *.nexus);;" "(*.csv *.nxs *.nexus);;"
"Other extensions/all files (*.*)"; "Other extensions/all files (*.*)";
const std::string EnggDiffractionViewQtGUI::m_settingsGroup = "CustomInterfaces/EnggDiffractionView";
/** /**
* Default constructor. * Default constructor.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment