Skip to content

Commit

Permalink
Fix Ui issues with main C2E tab
Browse files Browse the repository at this point in the history
Both driect and indiretc should work as before now.
Added progress indicator for instument load algorithm.

Refs #9966
  • Loading branch information
DanNixon committed Jul 22, 2014
1 parent 42422a4 commit 6c0648f
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 1,587 deletions.
Expand Up @@ -74,6 +74,7 @@ namespace MantidQt
void helpClicked();
void runClicked();
void instrumentLoadingDone(bool error);
void instrumentLoadProgress(double p, const std::string &msg);

private: // private functions (and slots)
/// Initialize the layout
Expand Down Expand Up @@ -103,6 +104,7 @@ namespace MantidQt
DeltaEMode m_curEmodeType;
/// The settings group
QString m_settingsGroup;
/// Runner for insturment load algorithm
MantidQt::API::AlgorithmRunner* m_algRunner;
};

Expand Down

0 comments on commit 6c0648f

Please sign in to comment.