Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Liniyous/ElaWidgetTools
/ data
Method
data
ElaWidgetTools/DeveloperComponents/ElaPivotModel.cpp:44–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
QVariant ElaPivotModel::data(const QModelIndex& index, int role) const
45
{
46
if (role == Qt::DisplayRole)
47
{
48
return _pivotList[index.row()];
49
}
50
return QVariant();
51
}
Callers
10
paint
Method · 0.45
_drawYearOrMonth
Method · 0.45
_drawDays
Method · 0.45
paint
Method · 0.45
paint
Method · 0.45
paint
Method · 0.45
_updateSwitchButtonText
Method · 0.45
onBasicColorViewClicked
Method · 0.45
onCustomColorViewClicked
Method · 0.45
onFooterViewClicked
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected