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

Method NetForwarderUI

Components/NetForwarderUI.cpp:35–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35NetForwarderUI::NetForwarderUI(QWidget *parent) :
36 QWidget(parent),
37 ui(new Ui::UDPForwarderUI)
38{
39 ui->setupUi(this);
40
41 this->spinner = new WaitingSpinnerWidget(parent);
42 this->spinner->setLineLength(5);
43 this->spinner->setInnerRadius(5);
44 this->ui->spinGrid->addWidget(this->spinner);
45
46 this->connectAll();
47}
48
49NetForwarderUI::~NetForwarderUI()
50{

Callers

nothing calls this directly

Calls 3

connectAllMethod · 0.95
setLineLengthMethod · 0.80
setInnerRadiusMethod · 0.80

Tested by

no test coverage detected