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

Method setCurrentTLE

Components/FrequencyCorrectionDialog.cpp:816–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816void
817FrequencyCorrectionDialog::setCurrentTLE(QString data)
818{
819 this->ui->tleEdit->setPlainText(data);
820 this->refreshOrbit();
821}
822
823void
824FrequencyCorrectionDialog::connectAll(void)

Callers 1

applyConfigMethod · 0.80

Calls 1

refreshOrbitMethod · 0.95

Tested by

no test coverage detected