Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
void QmitkDropdownQuestionWidget::RemoveWidgets()
82
{
83
m_ComboBox->clear();
84
m_ComboBox->addItem(
"Choose"
);
85
m_ComboBox->insertSeparator(1);
86
}
87
88
void QmitkDropdownQuestionWidget::OnCurrentIndexChanged(int index)
89
{
Callers
1
CreateWidgets
Method · 0.95
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected