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