Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetColor
Method
SetColor
Modules/QtWidgets/src/QmitkPropertyItemDelegate.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void QmitkColorWidget::SetColor(QColor color)
61
{
62
m_Color = color;
63
m_LineEdit->setText(color.name());
64
}
65
66
void QmitkColorWidget::OnLineEditEditingFinished()
67
{
Callers
7
OnButtonClicked
Method · 0.95
InitializeMultiWidget
Method · 0.45
SetDecorationColor
Method · 0.45
SetDecorationColor
Method · 0.45
setData
Method · 0.45
setEditorData
Method · 0.45
onColorSelected
Method · 0.45
Calls
2
setText
Method · 0.45
name
Method · 0.45
Tested by
no test coverage detected