qpidctrl  0.7.1
qptc10devicedialog.h
Go to the documentation of this file.
1 #ifndef QPTC10DEVICEDIALOG_H
2 #define QPTC10DEVICEDIALOG_H
3 
4 #include <QDialog>
5 #include "qptc10device-ptr.h"
6 
7 namespace Ui {
9 }
10 
11 class QPTC10DeviceDialog : public QDialog
12 {
13  Q_OBJECT
14 
15 public:
16  explicit QPTC10DeviceDialog(QPTC10DeviceWPtr device);
18 
19 public slots:
20  void accept();
21  void commandEntered();
22 
23 private:
24  Ui::QPTC10DeviceDialog *ui;
25 
27 };
28 
29 #endif // QPTC10DEVICEDIALOG_H
QPTC10DeviceDialog(QPTC10DeviceWPtr device)
QWeakPointer< QPTC10Device > QPTC10DeviceWPtr
Ui::QPTC10DeviceDialog * ui
QPTC10DeviceWPtr m_Device