MCPcopy Create free account
hub / github.com/MITK/MITK / OnEditingFinished

Method OnEditingFinished

Modules/FormsUI/src/QmitkCheckboxesQuestionWidget.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void QmitkCheckboxesQuestionWidget::OnEditingFinished()
169{
170 if (m_ButtonGroup->button(m_OtherId)->isChecked())
171 m_Question->AddOtherResponse(m_OtherLineEdit->text().toStdString());
172}

Callers

nothing calls this directly

Calls 2

AddOtherResponseMethod · 0.80
textMethod · 0.80

Tested by

no test coverage detected