MCPcopy Create free account
hub / github.com/KDAB/KDChart / FrameWidget

Method FrameWidget

qtests/DrawIntoPainter/framewidget.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include <QPainter>
17
18FrameWidget::FrameWidget(QWidget *parent, Qt::WindowFlags f)
19 : QWidget(parent, f)
20{
21 // this block left empty intentionally
22}
23
24void FrameWidget::paintEvent(QPaintEvent *e)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected