#include <qeurothermdevicedialog.h>
Definition at line 11 of file qeurothermdevicedialog.h.
Definition at line 6 of file qeurothermdevicedialog.cpp.
References m_Device, and ui.
8 ui(
new Ui::QEurothermDeviceDialog),
16 ui->m_PidDeviceSettings->setDevice(dev);
18 connect(
ui->m_Test1Button, SIGNAL(clicked()), dev.data(), SLOT(runTest1()));
19 connect(
ui->m_Test2Button, SIGNAL(clicked()), dev.data(), SLOT(runTest2()));
Ui::QEurothermDeviceDialog * ui
QEurothermDeviceWPtr m_Device
QSharedPointer< QEurothermDevice > QEurothermDevicePtr
QEurothermDeviceDialog::~QEurothermDeviceDialog |
( |
| ) |
|
void QEurothermDeviceDialog::accept |
( |
| ) |
|
|
slot |
Definition at line 28 of file qeurothermdevicedialog.cpp.
References DEBUG_EUROTHERM, m_Device, and ui.
34 dev->printMessage(
"QEurothermDeviceDialog::accept");
37 ui->m_PidDeviceSettings->accept();
Ui::QEurothermDeviceDialog * ui
QEurothermDeviceWPtr m_Device
QSharedPointer< QEurothermDevice > QEurothermDevicePtr
Ui::QEurothermDeviceDialog* QEurothermDeviceDialog::ui |
|
private |
The documentation for this class was generated from the following files: