mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-22 04:08:29 -04:00
Removed the reload option from the main window devices menu
This commit is contained in:
parent
e77074ad60
commit
99e407264e
@ -20,7 +20,7 @@
|
||||
<string>SDRangel</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="../sdrgui/resources/res.qrc">
|
||||
<iconset resource="resources/res.qrc">
|
||||
<normaloff>:/sdrangel_icon.png</normaloff>:/sdrangel_icon.png</iconset>
|
||||
</property>
|
||||
<property name="animated">
|
||||
@ -103,7 +103,6 @@
|
||||
<addaction name="action_addSourceDevice"/>
|
||||
<addaction name="action_addSinkDevice"/>
|
||||
<addaction name="action_removeLastDevice"/>
|
||||
<addaction name="action_reloadDevices"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_View">
|
||||
<property name="font">
|
||||
@ -327,7 +326,7 @@
|
||||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../sdrgui/resources/res.qrc">
|
||||
<iconset resource="resources/res.qrc">
|
||||
<normaloff>:/preset-save.png</normaloff>:/preset-save.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
@ -347,7 +346,7 @@
|
||||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../sdrgui/resources/res.qrc">
|
||||
<iconset resource="resources/res.qrc">
|
||||
<normaloff>:/preset-load.png</normaloff>:/preset-load.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
@ -380,7 +379,7 @@
|
||||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../sdrgui/resources/res.qrc">
|
||||
<iconset resource="resources/res.qrc">
|
||||
<normaloff>:/preset-delete.png</normaloff>:/preset-delete.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
@ -434,7 +433,7 @@
|
||||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../sdrgui/resources/res.qrc">
|
||||
<iconset resource="resources/res.qrc">
|
||||
<normaloff>:/preset-update.png</normaloff>:/preset-update.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
@ -467,7 +466,7 @@
|
||||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../sdrgui/resources/res.qrc">
|
||||
<iconset resource="resources/res.qrc">
|
||||
<normaloff>:/preset-last.png</normaloff>:/preset-last.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
@ -487,7 +486,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../sdrgui/resources/res.qrc">
|
||||
<iconset resource="resources/res.qrc">
|
||||
<normaloff>:/export.png</normaloff>:/export.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
@ -514,7 +513,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../sdrgui/resources/res.qrc">
|
||||
<iconset resource="resources/res.qrc">
|
||||
<normaloff>:/import.png</normaloff>:/import.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
@ -680,11 +679,6 @@
|
||||
<string>Add sink device</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_reloadDevices">
|
||||
<property name="text">
|
||||
<string>Reload devices</string>
|
||||
</property>
|
||||
</action>
|
||||
<zorder>presetDock</zorder>
|
||||
<zorder>channelDock</zorder>
|
||||
</widget>
|
||||
@ -696,7 +690,7 @@
|
||||
<tabstop>presetLoad</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../sdrgui/resources/res.qrc"/>
|
||||
<include location="resources/res.qrc"/>
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
|
@ -35,8 +35,7 @@ The following items are presented hierarchically from left to right:
|
||||
- Devices:
|
||||
- _Add source device_: adds a new source (receiver) device slot to the device stack (last position)
|
||||
- _Add sink device_: adds a new sink (transmitter) device slot to the device stack (last position)
|
||||
- _Remove device_: removes the last device slot from thte device stack
|
||||
- _Reload devices_: re-scan the system for devices. Devices selectors are updated with new devices and missing devices are removed. All devices must be stopped for this to take effect.
|
||||
- _Remove last device_: removes the last device slot from thte device stack
|
||||
- Window: presents the list of dockable windows. Check to make it visible. Uncheck to hide. These windows are:
|
||||
- _Sampling devices control_: control of which sampling devices is used and add channels
|
||||
- _Sampling devices_: the sampling devices UIs
|
||||
|
Loading…
Reference in New Issue
Block a user