22 #include <qpushbutton.h> 29 m_Controls.setupUi(
this);
31 connect(m_Controls.m_ConfirmButton, SIGNAL(clicked()),
this, SLOT(OnConfirmSegmentation()));
33 connect(
this, SIGNAL(NewToolAssociated(
mitk::Tool *)),
this, SLOT(OnNewToolAssociated(
mitk::Tool *)));
#define MITKSEGMENTATIONUI_EXPORT