Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ columnCount
Method
columnCount
src/backend/core/AspectTreeModel.cpp:152–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
int AspectTreeModel::columnCount(const QModelIndex& /*parent*/) const {
153
return 4;
154
}
155
156
QVariant AspectTreeModel::headerData(int section, Qt::Orientation orientation, int role) const {
157
if (orientation != Qt::Horizontal)
Callers
1
retransformElements
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected