MCPcopy Create free account
hub / github.com/Robotips/uConfig / boundingRect

Method boundingRect

src/pdf_extract/pdfdebugwidget/pdfdebugitempage.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43QRectF PdfDebugItemPage::boundingRect() const
44{
45 return _page->pageRect().adjusted(-10, -10, 10, 10);
46}
47
48void PdfDebugItemPage::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
49{

Callers 1

loadBoxesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected