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

Method SaveProfileDialog

Components/SaveProfileDialog.cpp:27–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25using namespace SigDigger;
26
27SaveProfileDialog::SaveProfileDialog(QWidget *parent) :
28 QDialog(parent),
29 ui(new Ui::SaveProfileDialog)
30{
31 ui->setupUi(this);
32
33 connect(
34 this->ui->profileNameLabel,
35 SIGNAL(textChanged(const QString &)),
36 this,
37 SLOT(onTextChanged()));
38
39 this->onTextChanged();
40}
41
42SaveProfileDialog::~SaveProfileDialog()
43{

Callers

nothing calls this directly

Calls 1

onTextChangedMethod · 0.95

Tested by

no test coverage detected