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,4 +1,5 @@
|
|||
#include "generator.h"
|
||||
|
||||
#include <QSettings>
|
||||
|
||||
Generator::Generator(AppWindow *window)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include "signalgenwidget.h"
|
||||
|
||||
#include "ui_signalgenwidget.h"
|
||||
|
||||
SignalgeneratorWidget::SignalgeneratorWidget(QWidget *parent) :
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
#ifndef SIGNALGENERATOR_H
|
||||
#define SIGNALGENERATOR_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "Device/device.h"
|
||||
#include "savable.h"
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class SignalgeneratorWidget;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue