22 #include <qpushbutton.h> 29 m_Controls.setupUi(
this);
30 m_Controls.m_Information->hide();
32 connect(m_Controls.m_ConfirmButton, SIGNAL(clicked()),
this, SLOT(OnConfirmSegmentation()));
33 connect(m_Controls.m_ClearButton, SIGNAL(clicked()),
this, SLOT(OnClearSegmentation()));
34 connect(
this, SIGNAL(NewToolAssociated(
mitk::Tool *)),
this, SLOT(OnNewToolAssociated(
mitk::Tool *)));
35 connect(m_Controls.m_InformationCheckBox, SIGNAL(toggled(
bool)),
this, SLOT(OnShowInformation(
bool)));
#define MITKSEGMENTATIONUI_EXPORT