qse  0.5.4
qseexafsoperatorui.h
Go to the documentation of this file.
1 #ifndef QSEEXAFSOPERATORUI_H
2 #define QSEEXAFSOPERATORUI_H
3 
4 #include "qseoperatoreditor.h"
5 
6 class QseEXAFSOperator;
7 
9 {
10  Q_OBJECT;
11 
12  public:
13  QseEXAFSOperatorUI(QseEXAFSOperator* oper, QWidget* parent=0);
14 };
15 
16 #endif
QseEXAFSOperatorUI(QseEXAFSOperator *oper, QWidget *parent=0)