1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

Multi device support: add a check button to confirm source input change

This commit is contained in:
f4exb
2016-05-17 14:21:27 +02:00
parent 8e3e00e7e5
commit ecbff75bf1
6 changed files with 58 additions and 1 deletions
+26
View File
@@ -47,6 +47,32 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="deviceConfirm">
<property name="minimumSize">
<size>
<width>24</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>24</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Confirm and change sampling device</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../resources/res.qrc">
<normaloff>:/checkmark.png</normaloff>:/checkmark.png</iconset>
</property>
</widget>
</item>
</layout>
</item>
<item>