mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
Hide power sweep controls on windows/Qt5.12
This commit is contained in:
parent
3038dc0f75
commit
6bb22b5e43
1 changed files with 1 additions and 0 deletions
|
|
@ -496,6 +496,7 @@ VNA::VNA(AppWindow *window)
|
||||||
cbSweepType->setCurrentIndex((int) sw);
|
cbSweepType->setCurrentIndex((int) sw);
|
||||||
});
|
});
|
||||||
// initial setup is frequency sweep
|
// initial setup is frequency sweep
|
||||||
|
configureToolbarForFrequencySweep();
|
||||||
SetSweepType(SweepType::Frequency);
|
SetSweepType(SweepType::Frequency);
|
||||||
|
|
||||||
toolbars.insert(tb_cal);
|
toolbars.insert(tb_cal);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue