added 'view mlog'/'view msr' switch

This commit is contained in:
nemu
2009-02-27 11:32:04 +00:00
parent 0fc7f8c4bf
commit 0f2e10fd3b
2 changed files with 26 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ private slots:
void musrView();
void musrT0();
void musrPrefs();
void musrShowMlog( const QString &str );
void helpContents();
void helpAboutQt();
@@ -100,6 +101,8 @@ private:
QComboBox *fComboFont;
QComboBox *fComboSize;
QComboBox *fComboShowMlog;
QTabWidget *fTabWidget;
QMap<QTextEdit*, QString> fFilenames;
};