Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/ui/
H A DKisOpenPane.cpp196 const int templateOffset = 1000; in initTemplates() local
222 pane, group->sortingWeight() + templateOffset); in initTemplates()
/dports/editors/calligra/calligra-3.2.1/libs/main/
H A DKoOpenPane.cpp230 const int templateOffset = 1000; in initTemplates() local
256 pane, group->sortingWeight() + templateOffset); in initTemplates()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dsketchwidget.cpp10025 static QPointF templateOffset; in testConnectors() local
10045 templateOffset = templatePos - templateBoundingRect.topLeft(); in testConnectors()
10092 vg.setLoc(toPos - templateOffset); in testConnectors()