26 #include <qpushbutton.h>
33 m_Controls.setupUi(
this);
34 m_Controls.m_Information->hide();
36 connect(m_Controls.m_ConfirmButton, SIGNAL(clicked()),
this, SLOT(OnConfirmSegmentation()));
37 connect(m_Controls.m_ClearButton, SIGNAL(clicked()),
this, SLOT(OnClearSegmentation()));
38 connect(
this, SIGNAL(NewToolAssociated(
mitk::Tool *)),
this, SLOT(OnNewToolAssociated(
mitk::Tool *)));
39 connect(m_Controls.m_InformationCheckBox, SIGNAL(toggled(
bool)),
this, SLOT(OnShowInformation(
bool)));
#define MITKSEGMENTATIONUI_EXPORT