QXRD  0.11.16
qxrdpolarnormalizationdialog.h
Go to the documentation of this file.
1 #ifndef QXRDPOLARNORMALIZATIONDIALOG_H
2 #define QXRDPOLARNORMALIZATIONDIALOG_H
3 
4 #include <QDialog>
5 #include "ui_qxrdpolarnormalizationdialog.h"
6 
8 
9 class QxrdPolarNormalizationDialog : public QDialog, public Ui::QxrdPolarNormalizationDialog
10 {
11  Q_OBJECT
12 
13 public:
14  explicit QxrdPolarNormalizationDialog(QxrdDataProcessorWPtr procw, QWidget *parent = 0);
16 
17  void accept();
18 
19 private:
21 };
22 
23 #endif // QXRDPOLARNORMALIZATIONDIALOG_H
QWeakPointer< QxrdDataProcessor > QxrdDataProcessorWPtr
QSharedPointer< QxrdDataProcessor > QxrdDataProcessorPtr
QxrdPolarNormalizationDialog(QxrdDataProcessorWPtr procw, QWidget *parent=0)