1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

UDP source and sink: ensure proper click focus on line edits

This commit is contained in:
f4exb 2018-04-20 00:17:10 +02:00
parent 15f7c4d80e
commit 8c891a191a
2 changed files with 18 additions and 0 deletions

View File

@ -342,6 +342,9 @@
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Destinationn UDP address</string> <string>Destinationn UDP address</string>
</property> </property>
@ -387,6 +390,9 @@
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Destination UDP port</string> <string>Destination UDP port</string>
</property> </property>
@ -526,6 +532,9 @@
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Audio input UDP port</string> <string>Audio input UDP port</string>
</property> </property>

View File

@ -609,6 +609,9 @@
</item> </item>
<item> <item>
<widget class="QToolButton" name="channelMute"> <widget class="QToolButton" name="channelMute">
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Mute/Unmute channel (green when on air)</string> <string>Mute/Unmute channel (green when on air)</string>
</property> </property>
@ -790,6 +793,9 @@
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Local UDP address</string> <string>Local UDP address</string>
</property> </property>
@ -828,6 +834,9 @@
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="acceptDrops"> <property name="acceptDrops">
<bool>false</bool> <bool>false</bool>
</property> </property>