mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
Min/Max/Delta markers
This commit is contained in:
parent
b5cd6e0072
commit
49fb02be23
16 changed files with 351 additions and 45 deletions
|
|
@ -37,7 +37,7 @@ ImpedanceMatchDialog::ImpedanceMatchDialog(TraceMarkerModel &model, TraceMarker
|
|||
connect(ui->zGroup, qOverload<int>(&QButtonGroup::buttonClicked), this, &ImpedanceMatchDialog::calculateMatch);
|
||||
|
||||
// populate marker options
|
||||
auto markers = model.getMarker();
|
||||
auto markers = model.getMarkers();
|
||||
for(auto m : markers) {
|
||||
if(!m->trace()->isReflection()) {
|
||||
// matching only possible for reflections
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue