changed gui handling to msr<->mlog swapping

This commit is contained in:
nemu
2009-03-14 12:33:55 +00:00
parent 3c04fa2675
commit e427a55283
10 changed files with 114 additions and 87 deletions

View File

@@ -88,7 +88,7 @@ private slots:
void musrView();
void musrT0();
void musrPrefs();
void musrShowMlog( const QString &str );
void musrSwapMsrMlog();
void helpContents();
void helpAboutQt();
@@ -100,16 +100,12 @@ private slots:
private:
PAdmin *fAdmin;
bool fShowMlog;
bool fOpenMlogAfterFit;
bool fKeepMinuit2Output;
int fDump;
QComboBox *fComboFont;
QComboBox *fComboSize;
QComboBox *fComboShowMlog;
QTabWidget *fTabWidget;
QMap<PSubTextEdit*, QString> fFilenames;
};