Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
QRectF PdfDebugItemPage::boundingRect() const
44
{
45
return _page->pageRect().adjusted(-10, -10, 10, 10);
46
}
47
48
void PdfDebugItemPage::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
49
{
Callers
1
loadBoxes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected