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

Method TLESourceTab

Settings/TLESourceTab.cpp:265–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264}
265TLESourceTab::TLESourceTab(QWidget *parent) :
266 ConfigTab(parent, "TLE Sources"),
267 ui(new Ui::TLESourceTab)
268{
269 ui->setupUi(this);
270
271 this->addDialog = new AddTLESourceDialog(this);
272 this->taskController = new Suscan::CancellableController(this);
273
274 this->populateTLESourceTable();
275 this->connectAll();
276 this->refreshUi();
277}
278
279TLESourceTab::~TLESourceTab()
280{

Callers

nothing calls this directly

Calls 3

connectAllMethod · 0.95
refreshUiMethod · 0.95

Tested by

no test coverage detected