Apply buttons for graph setup dialogs

This commit is contained in:
Jan Käberich 2023-03-19 21:43:03 +01:00
parent 54de9fd6b0
commit 4dd477f604
6 changed files with 30 additions and 14 deletions

View file

@ -258,6 +258,9 @@ XYplotAxisDialog::XYplotAxisDialog(TraceXYPlot *plot) :
editLine(plot->constantLines[ui->lineList->currentRow()]);
});
connect(ui->buttonBox->button(QDialogButtonBox::Apply), &QPushButton::clicked, [=](){
on_buttonBox_accepted();
});
}
XYplotAxisDialog::~XYplotAxisDialog()