QXRD  0.11.16
qxrdcalibrantpropertiesdialog.h
Go to the documentation of this file.
1 #ifndef QXRDCALIBRANTPROPERTIESDIALOG_H
2 #define QXRDCALIBRANTPROPERTIESDIALOG_H
3 
4 #include <QDialog>
5 #include "ui_qxrdcalibrantpropertiesdialog.h"
6 #include "qxrdcalibrant-ptr.h"
7 
8 class QxrdCalibrantPropertiesDialog : public QDialog, public Ui::QxrdCalibrantPropertiesDialog
9 {
10  Q_OBJECT
11 
12 public:
13  explicit QxrdCalibrantPropertiesDialog(QWidget *parent, QxrdCalibrantPtr cal);
15 
16  void accept();
17 
18 private:
20 };
21 
22 #endif // QXRDCALIBRANTPROPERTIESDIALOG_H
QSharedPointer< QxrdCalibrant > QxrdCalibrantPtr
QxrdCalibrantPropertiesDialog(QWidget *parent, QxrdCalibrantPtr cal)