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

Method RemoveWidgets

Modules/FormsUI/src/QmitkDropdownQuestionWidget.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void QmitkDropdownQuestionWidget::RemoveWidgets()
82{
83 m_ComboBox->clear();
84 m_ComboBox->addItem("Choose");
85 m_ComboBox->insertSeparator(1);
86}
87
88void QmitkDropdownQuestionWidget::OnCurrentIndexChanged(int index)
89{

Callers 1

CreateWidgetsMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected