mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 15:33:51 +00:00
eye diagram thread rework + uninitialized variables fix
This commit is contained in:
parent
0539dea4ef
commit
70488f8262
10 changed files with 289 additions and 14 deletions
|
|
@ -12,6 +12,10 @@ TraceTouchstoneExport::TraceTouchstoneExport(TraceModel &model, QWidget *parent)
|
|||
ui(new Ui::TraceTouchstoneExport),
|
||||
model(model),
|
||||
ports(0),
|
||||
points(0),
|
||||
lowerFreq(0),
|
||||
upperFreq(0),
|
||||
referenceImpedance(50.0),
|
||||
freqsSet(false)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue