qpidctrl  0.7.1
qeurothermdevicedialog.h
Go to the documentation of this file.
1 #ifndef QEUROTHERMDEVICEDIALOG_H
2 #define QEUROTHERMDEVICEDIALOG_H
3 
4 #include <QDialog>
5 #include "qeurothermdevice-ptr.h"
6 
7 namespace Ui {
9 }
10 
11 class QEurothermDeviceDialog : public QDialog
12 {
13  Q_OBJECT
14 
15 public:
18 
19 public slots:
20  void accept();
21 
22 private:
23  Ui::QEurothermDeviceDialog *ui;
25 };
26 
27 #endif // QEUROTHERMDEVICEDIALOG_H
Ui::QEurothermDeviceDialog * ui
QEurothermDeviceWPtr m_Device
QEurothermDeviceDialog(QEurothermDeviceWPtr device)
QWeakPointer< QEurothermDevice > QEurothermDeviceWPtr