mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +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,9 +1,11 @@
|
|||
#include "deembedding.h"
|
||||
|
||||
#include "deembeddingdialog.h"
|
||||
#include <QDebug>
|
||||
#include "ui_measurementdialog.h"
|
||||
#include "Traces/sparamtraceselector.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
using namespace std;
|
||||
|
||||
void Deembedding::configure()
|
||||
|
|
|
|||
|
|
@ -2,10 +2,11 @@
|
|||
#define DEEMBEDDING_H
|
||||
|
||||
#include "deembeddingoption.h"
|
||||
#include <vector>
|
||||
#include <QObject>
|
||||
#include "savable.h"
|
||||
#include "Traces/tracemodel.h"
|
||||
|
||||
#include <vector>
|
||||
#include <QObject>
|
||||
#include <QDialog>
|
||||
#include <QComboBox>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
#include "deembeddingdialog.h"
|
||||
|
||||
#include "ui_deembeddingdialog.h"
|
||||
#include "deembeddingoption.h"
|
||||
|
||||
#include <QMenu>
|
||||
|
||||
DeembeddingDialog::DeembeddingDialog(Deembedding *d, QWidget *parent) :
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
#ifndef DEEMBEDDINGDIALOG_H
|
||||
#define DEEMBEDDINGDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include "deembeddingoption.h"
|
||||
#include "deembedding.h"
|
||||
|
||||
#include <QDialog>
|
||||
#include <QAbstractTableModel>
|
||||
|
||||
namespace Ui {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
#ifndef DEEMBEDDINGOPTION_H
|
||||
#define DEEMBEDDINGOPTION_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "savable.h"
|
||||
#include "Device/device.h"
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
class DeembeddingOption : public QObject, public Savable
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include "manualdeembeddingdialog.h"
|
||||
|
||||
#include "ui_manualdeembeddingdialog.h"
|
||||
#include "Traces/sparamtraceselector.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
#ifndef MANUALDEEMBEDDINGDIALOG_H
|
||||
#define MANUALDEEMBEDDINGDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include "Traces/tracemodel.h"
|
||||
#include "deembedding.h"
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class ManualDeembeddingDialog;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
#include "matchingnetwork.h"
|
||||
#include "ui_matchingnetworkdialog.h"
|
||||
#include <QDialog>
|
||||
|
||||
#include "ui_matchingnetworkdialog.h"
|
||||
|
||||
#include <QDialog>
|
||||
#include <QHBoxLayout>
|
||||
#include <QVBoxLayout>
|
||||
#include <QSpacerItem>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,15 @@
|
|||
#ifndef MATCHINGNETWORK_H
|
||||
#define MATCHINGNETWORK_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <CustomWidgets/siunitedit.h>
|
||||
#include "CustomWidgets/siunitedit.h"
|
||||
#include "deembeddingoption.h"
|
||||
#include <vector>
|
||||
#include "Tools/parameters.h"
|
||||
#include "savable.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include <vector>
|
||||
|
||||
|
||||
class MatchingComponent : public QFrame, public Savable
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
#include "portextension.h"
|
||||
|
||||
#include "ui_portextensioneditdialog.h"
|
||||
#include "Util/util.h"
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <cmath>
|
||||
#include <QDebug>
|
||||
#include "Util/util.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,14 @@
|
|||
#ifndef PORTEXTENSION_H
|
||||
#define PORTEXTENSION_H
|
||||
|
||||
#include <QObject>
|
||||
#include "../VNA_embedded/Application/Communication/Protocol.hpp"
|
||||
#include <QToolBar>
|
||||
#include "Calibration/calkit.h"
|
||||
#include <QMessageBox>
|
||||
#include "deembeddingoption.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QMessageBox>
|
||||
#include <QToolBar>
|
||||
|
||||
namespace Ui {
|
||||
class PortExtensionEditDialog;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
#include "twothru.h"
|
||||
|
||||
#include "CustomWidgets/informationbox.h"
|
||||
#include "ui_twothrudialog.h"
|
||||
#include "Traces/fftcomplex.h"
|
||||
#include <QDebug>
|
||||
#include "unit.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
using namespace std;
|
||||
|
||||
TwoThru::TwoThru()
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "deembeddingoption.h"
|
||||
#include "Tools/parameters.h"
|
||||
|
||||
#include <complex>
|
||||
#include <QMessageBox>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue