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

add more user settings and qsettings group path, re #12610

parent 08a74763
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,8 @@ struct EnggDiffCalibSettings { ...@@ -36,6 +36,8 @@ struct EnggDiffCalibSettings {
std::string m_inputDirRaw; std::string m_inputDirRaw;
std::string m_pixelCalibFilename; std::string m_pixelCalibFilename;
std::string m_templateGSAS_PRM; std::string m_templateGSAS_PRM;
bool m_forceRecalcOverwrite;
float m_rebinCalibrate;
}; };
} // namespace CustomInterfaces } // namespace CustomInterfaces
......
...@@ -110,6 +110,9 @@ private: ...@@ -110,6 +110,9 @@ private:
// window (custom interface) close // window (custom interface) close
virtual void closeEvent(QCloseEvent *ev); virtual void closeEvent(QCloseEvent *ev);
// path/name for the persistent settings group of this interface
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;
......
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