MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / OptionsDialog

Method OptionsDialog

src/optionsdialog.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#define LEMON_MODULE_NAME "OptionsDialog"
18
19OptionsDialog::OptionsDialog(QWidget *parent) : QDialog(parent), ui(new Ui::OptionsDialog) {
20 ui->setupUi(this);
21 editSettings = new Settings();
22 connect(ui->buttonBox->button(QDialogButtonBox::Ok), &QPushButton::clicked, this,
23 &OptionsDialog::okayButtonClicked);
24}
25
26OptionsDialog::~OptionsDialog() { delete ui; }
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected