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

Method AddTLESourceDialog

Components/AddTLESourceDialog.cpp:84–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84AddTLESourceDialog::AddTLESourceDialog(QWidget *parent) :
85 QDialog(parent),
86 ui(new Ui::AddTLESourceDialog)
87{
88 ui->setupUi(this);
89
90 this->connectAll();
91
92 this->ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
93}
94
95AddTLESourceDialog::~AddTLESourceDialog()
96{

Callers

nothing calls this directly

Calls 2

connectAllMethod · 0.95
setEnabledMethod · 0.45

Tested by

no test coverage detected