added the additional mlog2db switches. Still a lot of testing needed ;-)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user