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