MCPcopy 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
17QRectF PdfDebugItemTextBox::boundingRect() const
18{
19 return textBox()->boundingRect().adjusted(-2, -2, 2, 2);
20}
21
22void PdfDebugItemTextBox::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
23{

Callers 1

paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected