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