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

Method SamplerDialog

Components/SamplerDialog.cpp:29–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

connectAllMethod · 0.95

Tested by

no test coverage detected