mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 16:03:43 +00:00
Apply buttons for graph setup dialogs
This commit is contained in:
parent
54de9fd6b0
commit
4dd477f604
6 changed files with 30 additions and 14 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue