MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / DopplerDialog

Method DopplerDialog

Components/DopplerDialog.cpp:30–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28using namespace SigDigger;
29
30DopplerDialog::DopplerDialog(QWidget *parent) :
31 QDialog(parent),
32 ui(new Ui::DopplerDialog)
33{
34 ui->setupUi(this);
35 this->setWindowFlags(
36 this->windowFlags() | Qt::Window | Qt::WindowMaximizeButtonHint);
37
38 this->connectAll();
39}
40
41void
42DopplerDialog::connectAll(void)

Callers

nothing calls this directly

Calls 1

connectAllMethod · 0.95

Tested by

no test coverage detected