mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
app: sort header list
This commit is contained in:
parent
ea8693566f
commit
fc258e6afb
112 changed files with 384 additions and 243 deletions
|
|
@ -1,16 +1,19 @@
|
|||
#include "timegate.h"
|
||||
#include <QWidget>
|
||||
#include <QDialog>
|
||||
|
||||
#include "ui_timegatedialog.h"
|
||||
#include "ui_timegateexplanationwidget.h"
|
||||
#include "preferences.h"
|
||||
#include <QPainter>
|
||||
#include "Util/util.h"
|
||||
#include "Traces/fftcomplex.h"
|
||||
#include "Util/util.h"
|
||||
#include <QMouseEvent>
|
||||
#include "unit.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include <QDialog>
|
||||
#include <QPainter>
|
||||
#include <QMouseEvent>
|
||||
|
||||
|
||||
Math::TimeGate::TimeGate()
|
||||
{
|
||||
bandpass = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue