minor GUI fixes + preparation for spectrum analyzer export/import

This commit is contained in:
Jan Käberich 2020-11-24 18:08:00 +01:00
parent d63640d437
commit 37bd9a0435
11 changed files with 119 additions and 62 deletions

View file

@ -0,0 +1,7 @@
#include "tracewidgetsa.h"
TraceWidgetSA::TraceWidgetSA(TraceModel &model, QWidget *parent)
: TraceWidget(model, parent)
{
}