MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / resizeEvent

Method resizeEvent

gui/codeeditor.cpp:386–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void CodeEditor::resizeEvent(QResizeEvent *event)
387{
388 QPlainTextEdit::resizeEvent(event);
389 QRect cr = contentsRect();
390 mLineNumberArea->setGeometry(QRect(cr.left(), cr.top(), lineNumberAreaWidth(), cr.height()));
391}
392
393void CodeEditor::highlightErrorLine()
394{

Callers

nothing calls this directly

Calls 1

QRectClass · 0.85

Tested by

no test coverage detected