QXRD  0.11.16
qxrddisplaydialog.h
Go to the documentation of this file.
1 #ifndef QXRDDISPLAYDIALOG_H
2 #define QXRDDISPLAYDIALOG_H
3 
4 #include <QDockWidget>
5 #include "ui_qxrddisplaydialog.h"
6 
7 class QxrdDisplayDialog : public QDockWidget, public Ui::QxrdDisplayDialog
8 {
9  Q_OBJECT
10 
11 public:
12  explicit QxrdDisplayDialog(QWidget *parent = 0);
14 
15 protected:
16  void changeEvent(QEvent *e);
17 };
18 
19 #endif // QXRDDISPLAYDIALOG_H
void changeEvent(QEvent *e)
QxrdDisplayDialog(QWidget *parent=0)