Skip to content

Commit

Permalink
add more user settings and qsettings group path, re #12610
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Aug 10, 2015
1 parent 08a7476 commit c68a8cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ struct EnggDiffCalibSettings {
std::string m_inputDirRaw;
std::string m_pixelCalibFilename;
std::string m_templateGSAS_PRM;
bool m_forceRecalcOverwrite;
float m_rebinCalibrate;
};

} // namespace CustomInterfaces
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ private slots:
// window (custom interface) close
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
std::vector<std::string> m_logMsgs;

Expand Down

0 comments on commit c68a8cb

Please sign in to comment.