mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 22:17:31 +00:00
Customizable graph colors
This commit is contained in:
parent
978ac89aa9
commit
74e068d8d1
22 changed files with 266 additions and 97 deletions
|
|
@ -34,8 +34,6 @@ public:
|
|||
QStackedWidget *getCentral() const;
|
||||
Device *getDevice() const;
|
||||
|
||||
Preferences &getPreferenceRef();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event) override;
|
||||
private slots:
|
||||
|
|
@ -60,8 +58,6 @@ private:
|
|||
} reference;
|
||||
} toolbars;
|
||||
|
||||
Preferences pref;
|
||||
|
||||
Device *device;
|
||||
DeviceLog deviceLog;
|
||||
QString deviceSerial;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue