mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
Port extension support
This commit is contained in:
parent
d0640e0e42
commit
7f691bd37d
9 changed files with 653 additions and 3 deletions
|
|
@ -33,6 +33,7 @@ HEADERS += \
|
|||
Traces/tracewidget.h \
|
||||
Traces/tracexyplot.h \
|
||||
Traces/xyplotaxisdialog.h \
|
||||
VNA/portextension.h \
|
||||
VNA/vna.h \
|
||||
appwindow.h \
|
||||
averaging.h \
|
||||
|
|
@ -78,6 +79,7 @@ SOURCES += \
|
|||
Traces/tracewidget.cpp \
|
||||
Traces/tracexyplot.cpp \
|
||||
Traces/xyplotaxisdialog.cpp \
|
||||
VNA/portextension.cpp \
|
||||
VNA/vna.cpp \
|
||||
appwindow.cpp \
|
||||
averaging.cpp \
|
||||
|
|
@ -111,6 +113,7 @@ FORMS += \
|
|||
Traces/traceimportdialog.ui \
|
||||
Traces/tracewidget.ui \
|
||||
Traces/xyplotaxisdialog.ui \
|
||||
VNA/portextensioneditdialog.ui \
|
||||
main.ui \
|
||||
preferencesdialog.ui
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue