32 CreateQtPartControl(
this);
40 void QmitkOpenIGTLinkWidget::CreateQtPartControl(QWidget *parent)
54 OIGTLDevice->SetPortNumber(
m_Controls->m_OpenIGTLinkPort->text().toInt());
55 OIGTLDevice->SetHostname(
m_Controls->m_OpenIGTLinkHostname->text().toStdString());
56 OIGTLDevice->SetUpdateRate(
m_Controls->m_UpdateRate->value());
66 clonedWidget->
m_Controls->m_OpenIGTLinkHostname->setText(
m_Controls->m_OpenIGTLinkHostname->text());
itk::SmartPointer< Self > Pointer