Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ itemPos
Function
itemPos
plugins/quickinspector/quickscreengrabber.cpp:156–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
static QPointF itemPos(QQuickItem *item)
157
{
158
Q_ASSERT(item);
159
return { item->x(), item->y() };
160
}
161
162
static QSizeF itemSize(QQuickItem *item)
163
{
Callers
1
itemGeometry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected