QXRD  0.11.16
qxrddetectorproxywidget.h
Go to the documentation of this file.
1 #ifndef QXRDDETECTORPROXYWIDGET_H
2 #define QXRDDETECTORPROXYWIDGET_H
3 
4 #include <QWidget>
5 #include "ui_qxrddetectorproxywidget.h"
6 
7 class QxrdDetectorProxyWidget : public QWidget, public Ui::QxrdDetectorProxyWidget
8 {
9  Q_OBJECT
10 
11 public:
12  explicit QxrdDetectorProxyWidget(QWidget *parent = 0);
14 
15 private:
16 };
17 
18 #endif // QXRDDETECTORPROXYWIDGET_H
QxrdDetectorProxyWidget(QWidget *parent=0)