mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
Proof-of-concept TDR measurements
This commit is contained in:
parent
d313988bfd
commit
e68a9abffe
18 changed files with 1276 additions and 718 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "tilewidget.h"
|
||||
#include "ui_tilewidget.h"
|
||||
#include <QDebug>
|
||||
#include "Traces/tracebodeplot.h"
|
||||
#include "Traces/tracexyplot.h"
|
||||
#include "Traces/tracesmithchart.h"
|
||||
|
||||
TileWidget::TileWidget(TraceModel &model, QWidget *parent) :
|
||||
|
|
@ -130,7 +130,7 @@ void TileWidget::on_bSmithchart_clicked()
|
|||
|
||||
void TileWidget::on_bBodeplot_clicked()
|
||||
{
|
||||
setContent(new TraceBodePlot(model));
|
||||
setContent(new TraceXYPlot(model));
|
||||
}
|
||||
|
||||
void TileWidget::traceDeleted(TracePlot *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue