mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-17 20:33:50 +00:00
minor GUI fixes + preparation for spectrum analyzer export/import
This commit is contained in:
parent
d63640d437
commit
37bd9a0435
11 changed files with 119 additions and 62 deletions
|
|
@ -0,0 +1,7 @@
|
|||
#include "tracewidgetsa.h"
|
||||
|
||||
TraceWidgetSA::TraceWidgetSA(TraceModel &model, QWidget *parent)
|
||||
: TraceWidget(model, parent)
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue