Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ ShowRequirement
Method
ShowRequirement
Modules/FormsUI/src/QmitkQuestionWidget.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void QmitkQuestionWidget::ShowRequirement()
80
{
81
this->setStyleSheet(
"QmitkQuestionWidget { border-color: red; }"
);
82
m_RequiredLabel->show();
83
}
84
85
void QmitkQuestionWidget::HideRequirement()
86
{
Callers
2
SetRequirementVisible
Method · 0.95
ValidateCurrentSection
Method · 0.80
Calls
1
show
Method · 0.80
Tested by
no test coverage detected