mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +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,18 +1,20 @@
|
|||
#include "marker.h"
|
||||
#include <QPainter>
|
||||
|
||||
#include "CustomWidgets/siunitedit.h"
|
||||
#include "markermodel.h"
|
||||
#include "unit.h"
|
||||
#include "preferences.h"
|
||||
#include "markergroup.h"
|
||||
#include "Util/util.h"
|
||||
|
||||
#include <QPainter>
|
||||
#include <QHBoxLayout>
|
||||
#include <QLabel>
|
||||
#include <QSpinBox>
|
||||
#include <QDebug>
|
||||
#include "markermodel.h"
|
||||
#include "unit.h"
|
||||
#include <QMenu>
|
||||
#include <QActionGroup>
|
||||
#include <QApplication>
|
||||
#include "preferences.h"
|
||||
#include "markergroup.h"
|
||||
#include "Util/util.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,15 @@
|
|||
#ifndef TRACEMARKER_H
|
||||
#define TRACEMARKER_H
|
||||
|
||||
#include <QPixmap>
|
||||
#include <QObject>
|
||||
#include "../trace.h"
|
||||
#include <QMenu>
|
||||
#include <QComboBox>
|
||||
#include "CustomWidgets/siunitedit.h"
|
||||
#include "savable.h"
|
||||
|
||||
#include <QPixmap>
|
||||
#include <QObject>
|
||||
#include <QMenu>
|
||||
#include <QComboBox>
|
||||
|
||||
class MarkerModel;
|
||||
class MarkerGroup;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
#ifndef MARKERGROUP_H
|
||||
#define MARKERGROUP_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "marker.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class MarkerGroup : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
|
|||
|
|
@ -1,10 +1,13 @@
|
|||
#include "markermodel.h"
|
||||
|
||||
#include "markergroup.h"
|
||||
#include "CustomWidgets/siunitedit.h"
|
||||
#include "unit.h"
|
||||
|
||||
#include <QComboBox>
|
||||
#include <QApplication>
|
||||
#include "CustomWidgets/siunitedit.h"
|
||||
#include <QDebug>
|
||||
#include "markergroup.h"
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,14 @@
|
|||
#ifndef TRACEMARKERMODEL_H
|
||||
#define TRACEMARKERMODEL_H
|
||||
|
||||
#include <QAbstractTableModel>
|
||||
#include "marker.h"
|
||||
#include <vector>
|
||||
#include "../tracemodel.h"
|
||||
#include <QStyledItemDelegate>
|
||||
#include "savable.h"
|
||||
|
||||
#include <QAbstractTableModel>
|
||||
#include <vector>
|
||||
#include <QStyledItemDelegate>
|
||||
|
||||
class MarkerTraceDelegate : public QStyledItemDelegate
|
||||
{
|
||||
Q_OBJECT;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
#include "markerwidget.h"
|
||||
|
||||
#include "ui_markerwidget.h"
|
||||
#include "markergroup.h"
|
||||
|
||||
#include <QKeyEvent>
|
||||
#include <QMenu>
|
||||
#include "markergroup.h"
|
||||
|
||||
MarkerWidget::MarkerWidget(MarkerModel &model, QWidget *parent) :
|
||||
QWidget(parent),
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
#ifndef MARKERWIDGET_H
|
||||
#define MARKERWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "markermodel.h"
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class MarkerWidget;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue