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

Method DeviceDialog

Components/DeviceDialog.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace SigDigger;
23
24DeviceDialog::DeviceDialog(QWidget *parent) :
25 QDialog(parent),
26 ui(new Ui::DeviceDialog)
27{
28 ui->setupUi(this);
29
30 this->connectAll();
31}
32
33DeviceDialog::~DeviceDialog()
34{

Callers

nothing calls this directly

Calls 1

connectAllMethod · 0.95

Tested by

no test coverage detected