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

Method MainWindow

examples/demo/mainwindow.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148MainWindow::MainWindow(QWidget *parent)
149 : QMainWindow(parent)
150 , d(new Private(this))
151{
152 setCentralWidget(d->m_chartWin);
153}
154
155MainWindow::~MainWindow()
156{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected