mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 14:35:23 +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
|
|
@ -25,7 +25,7 @@
|
|||
#include "Traces/tracemodel.h"
|
||||
#include "Traces/tracewidget.h"
|
||||
#include "Traces/tracesmithchart.h"
|
||||
#include "Traces/tracebodeplot.h"
|
||||
#include "Traces/tracexyplot.h"
|
||||
#include "Traces/traceimportdialog.h"
|
||||
#include "CustomWidgets/tilewidget.h"
|
||||
#include "CustomWidgets/siunitedit.h"
|
||||
|
|
@ -110,7 +110,7 @@ AppWindow::AppWindow(QWidget *parent)
|
|||
connect(ui->actionPreferences, &QAction::triggered, [=](){
|
||||
Preferences::getInstance().edit();
|
||||
// settings might have changed, update necessary stuff
|
||||
TraceBodePlot::updateGraphColors();
|
||||
TraceXYPlot::updateGraphColors();
|
||||
});
|
||||
|
||||
setWindowTitle("VNA");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue