Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetButtonText
Method
SetButtonText
Modules/QtWidgets/src/QmitkButtonOverlayWidget.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void QmitkButtonOverlayWidget::SetButtonText(const QString& text)
61
{
62
m_PushButton->setText(text);
63
}
64
65
QIcon QmitkButtonOverlayWidget::GetButtonIcon() const
66
{
Callers
2
QmitkRenderWindow
Method · 0.80
CreateQtPartControl
Method · 0.80
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected