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

Method ZoomWidget

examples/Zoom/Keyboard/zoomwidget.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include <QWheelEvent>
15
16ZoomWidget::ZoomWidget(QWidget *parent)
17 : KDChart::Widget(parent)
18{
19 setFocusPolicy(Qt::WheelFocus);
20}
21
22QPointF ZoomWidget::findNewZoomCenter(const QPoint &pos)
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected