Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ setLabel
Method
setLabel
examples/Gantt/project/projectmodel.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
m_end = dt;
67
}
68
void setLabel(const QString &str)
69
{
70
m_label = str;
71
}
72
void setType(int t)
73
{
74
m_type = static_cast<KDGantt::ItemType>(t);
Callers
1
setData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected