Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotips/uConfig
/ boundingRect
Method
boundingRect
src/pdf_extract/pdfdebugwidget/pdfdebugitemtextbox.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
QRectF PdfDebugItemTextBox::boundingRect() const
18
{
19
return textBox()->boundingRect().adjusted(-2, -2, 2, 2);
20
}
21
22
void PdfDebugItemTextBox::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
23
{
Callers
1
paint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected