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