added the additional mlog2db switches. Still a lot of testing needed ;-)

This commit is contained in:
nemu
2009-04-09 08:10:42 +00:00
parent 5a1b94bc10
commit 9eeac3de9c
9 changed files with 274 additions and 78 deletions

View File

@@ -35,6 +35,8 @@
#include <qmainwindow.h>
#include <qmap.h>
#include "musrgui.h"
class PSubTextEdit;
class PAdmin;
class QAction;
@@ -45,10 +47,11 @@ class QPopupMenu;
class PTextEdit : public QMainWindow
{
Q_OBJECT
Q_OBJECT
public:
PTextEdit( QWidget *parent = 0, const char *name = 0 );
virtual ~PTextEdit();
private:
void setupFileActions();
@@ -104,6 +107,8 @@ private:
bool fKeepMinuit2Output;
int fDump;
PMlog2DbDataSet *fMlog2DbDataSet;
QComboBox *fComboFont;
QComboBox *fComboSize;