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
|
|
@ -27,6 +27,8 @@
|
|||
<property name="title">
|
||||
<string>File</string>
|
||||
</property>
|
||||
<addaction name="actionSave_setup"/>
|
||||
<addaction name="actionLoad_setup"/>
|
||||
<addaction name="actionQuit"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuDevice">
|
||||
|
|
@ -170,6 +172,24 @@
|
|||
<string>Receiver Calibration</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSave_setup">
|
||||
<property name="icon">
|
||||
<iconset theme="document-save" resource="icons.qrc">
|
||||
<normaloff>:/icons/save.png</normaloff>:/icons/save.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Save setup</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionLoad_setup">
|
||||
<property name="icon">
|
||||
<iconset theme="document-open" resource="icons.qrc">
|
||||
<normaloff>:/icons/open.png</normaloff>:/icons/open.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Load setup</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="icons.qrc"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue