QXRD  0.11.16
qxrdcorrectiondialog.h
Go to the documentation of this file.
1 #ifndef QXRDCORRECTIONDIALOG_H
2 #define QXRDCORRECTIONDIALOG_H
3 
4 #include <QDockWidget>
5 #include "qxrdacquisition.h"
6 #include "qxrddataprocessor.h"
7 #include "ui_qxrdcorrectiondialog.h"
8 
9 class QxrdCorrectionDialog : public QDockWidget, public Ui::QxrdCorrectionDialog
10 {
11  Q_OBJECT
12 
13 public:
14  explicit QxrdCorrectionDialog(QWidget *parent, QxrdAcquisitionWPtr acq, QxrdDataProcessorWPtr proc);
16 
17 protected:
18  void changeEvent(QEvent *e);
19 };
20 
21 #endif // QXRDCORRECTIONDIALOG_H
QWeakPointer< QxrdDataProcessor > QxrdDataProcessorWPtr
QxrdCorrectionDialog(QWidget *parent, QxrdAcquisitionWPtr acq, QxrdDataProcessorWPtr proc)
QWeakPointer< QxrdAcquisition > QxrdAcquisitionWPtr