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

Method OnEditingFinished

Modules/FormsUI/src/QmitkMultipleChoiceQuestionWidget.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void QmitkMultipleChoiceQuestionWidget::OnEditingFinished()
167{
168 if (m_ButtonGroup->checkedId() == m_OtherId)
169 m_Question->SetOtherResponse(m_OtherLineEdit->text().toStdString());
170}
171
172void QmitkMultipleChoiceQuestionWidget::OnClearButtonClicked()
173{

Callers

nothing calls this directly

Calls 2

SetOtherResponseMethod · 0.80
textMethod · 0.80

Tested by

no test coverage detected