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

Method connectAll

Components/DopplerDialog.cpp:41–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void
42DopplerDialog::connectAll(void)
43{
44 connect(
45 this->ui->saveButton,
46 SIGNAL(clicked(void)),
47 this,
48 SLOT(onSave(void)));
49
50 connect(
51 this->ui->zoomResetButton,
52 SIGNAL(clicked(void)),
53 this,
54 SLOT(onZoomReset(void)));
55}
56
57bool
58DopplerDialog::exportToMatlab(QString const &path)

Callers 1

DopplerDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected