mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-09 09:25:07 -04:00
Main window: implement the logging options dialog. Use it only for log level
This commit is contained in:
@@ -146,6 +146,7 @@
|
||||
<string>&Preferences</string>
|
||||
</property>
|
||||
<addaction name="action_Audio"/>
|
||||
<addaction name="action_Logging"/>
|
||||
<addaction name="action_DV_Serial"/>
|
||||
<addaction name="action_My_Position"/>
|
||||
</widget>
|
||||
@@ -660,6 +661,9 @@
|
||||
<property name="text">
|
||||
<string>&Audio</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Audio devices setting</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_DV_Serial">
|
||||
<property name="checkable">
|
||||
@@ -668,17 +672,31 @@
|
||||
<property name="text">
|
||||
<string>DV Serial</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Toggle AMBE DV serial device usage</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_My_Position">
|
||||
<property name="text">
|
||||
<string>My Position</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Set my geo position</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_addSinkDevice">
|
||||
<property name="text">
|
||||
<string>Add sink device</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Logging">
|
||||
<property name="text">
|
||||
<string>Logging</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Message logging options</string>
|
||||
</property>
|
||||
</action>
|
||||
<zorder>presetDock</zorder>
|
||||
<zorder>channelDock</zorder>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user