qpidctrl  0.7.1
qwatlowdevicedialog.h
Go to the documentation of this file.
1 #ifndef QWATLOWDEVICEDIALOG_H
2 #define QWATLOWDEVICEDIALOG_H
3 
4 #include <QDialog>
5 #include "qwatlowdevice-ptr.h"
6 
7 namespace Ui {
9 }
10 
11 class QWatlowDeviceDialog : public QDialog
12 {
13  Q_OBJECT
14 
15 public:
16  explicit QWatlowDeviceDialog(QWatlowDeviceWPtr device);
18  void accept();
19 
20 private:
21  Ui::QWatlowDeviceDialog *ui;
23 };
24 
25 #endif // QWATLOWDEVICEDIALOG_H
QWatlowDeviceWPtr m_Device
Ui::QWatlowDeviceDialog * ui
QWeakPointer< QWatlowDevice > QWatlowDeviceWPtr
QWatlowDeviceDialog(QWatlowDeviceWPtr device)