mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 22:45:23 +00:00
Save/load trace and graph setup
This commit is contained in:
parent
b91f431473
commit
9ad8def2ea
33 changed files with 605 additions and 28 deletions
|
|
@ -8,8 +8,9 @@
|
|||
#include <QDockWidget>
|
||||
#include <set>
|
||||
#include "appwindow.h"
|
||||
#include "savable.h"
|
||||
|
||||
class Mode : public QObject
|
||||
class Mode : public QObject, public Savable
|
||||
{
|
||||
public:
|
||||
Mode(AppWindow *window, QString name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue