Home
last modified time | relevance | path

Searched refs:layoutTopLeft (Results 1 – 1 of 1) sorted by relevance

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dviewgridlayout.cpp270 QPointF layoutTopLeft = parentItem()->rect().topLeft(); in apply() local
271 layoutTopLeft += QPointF(_margin.width(), _margin.height()); in apply()
273 QRectF layoutRect(layoutTopLeft, layoutSize); in apply()
289 topLeft += layoutTopLeft; in apply()
367 QPointF layoutTopLeft = parentItem()->rect().topLeft(); in shareAxis() local
368 layoutTopLeft += QPointF(0, 1); in shareAxis()
370 QRectF layoutRect(layoutTopLeft, layoutSize); in shareAxis()
527 itemTopLeft += layoutTopLeft; in shareAxis()