MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / paintEvent

Method paintEvent

src/gui/documentviewer/AbstractDocumentView.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void AbstractDocumentView::paintEvent(QPaintEvent *)
25{
26 QStyleOption opt;
27 opt.init(this);
28 QPainter p(this);
29 style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this);
30}
31
32QList<QAction *> AbstractDocumentView::TabContextMenuActions()
33{

Callers

nothing calls this directly

Calls 2

drawPrimitiveMethod · 0.80
initMethod · 0.45

Tested by

no test coverage detected