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