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

Method MainWindow

examples/Zoom/Keyboard/mainwindow.cpp:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using namespace KDChart;
17
18MainWindow::MainWindow(QWidget *parent)
19 : QWidget(parent)
20{
21 setupUi(this);
22
23 auto *chartLayout = new QHBoxLayout(chartFrame);
24 widget = new ZoomWidget(chartFrame);
25 widget->setGlobalLeadingRight(10);
26 chartLayout->addWidget(widget);
27}

Callers

nothing calls this directly

Calls 1

setGlobalLeadingRightMethod · 0.45

Tested by

no test coverage detected