QXRD  0.11.16
qcepnewimagedialog.h
Go to the documentation of this file.
1 #ifndef QCEPNEWIMAGEDIALOG_H
2 #define QCEPNEWIMAGEDIALOG_H
3 
4 #include <QDialog>
5 #include "ui_qcepnewimagedialog.h"
6 
7 class QcepDataObject;
8 
9 class QcepNewImageDialog : public QDialog, public Ui::QcepNewImageDialog
10 {
11  Q_OBJECT
12 
13 public:
14  explicit QcepNewImageDialog(QcepDataObject *obj, QWidget *parent = 0);
16 
17 protected:
18  void changeEvent(QEvent *e);
19 
20 private:
22 };
23 
24 #endif // QCEPNEWIMAGEDIALOG_H
QcepNewImageDialog(QcepDataObject *obj, QWidget *parent=0)
void changeEvent(QEvent *e)
QcepDataObject * m_Object