1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-09-04 14:17:50 -04:00

UDP source: edit masks for IP and ports and minimum size

This commit is contained in:
f4exb 2017-07-02 00:28:28 +02:00
parent 160307fe23
commit bceafe6f2c

View File

@ -6,10 +6,22 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>292</width> <width>316</width>
<height>355</height> <height>355</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>316</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>16777215</height>
</size>
</property>
<property name="font"> <property name="font">
<font> <font>
<family>Sans Serif</family> <family>Sans Serif</family>
@ -22,15 +34,15 @@
<widget class="QWidget" name="widget" native="true"> <widget class="QWidget" name="widget" native="true">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>2</x>
<y>5</y> <y>2</y>
<width>270</width> <width>312</width>
<height>142</height> <height>142</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>270</width> <width>312</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -316,6 +328,9 @@
<property name="toolTip"> <property name="toolTip">
<string>Remote data port</string> <string>Remote data port</string>
</property> </property>
<property name="inputMask">
<string>00000</string>
</property>
<property name="text"> <property name="text">
<string>9999</string> <string>9999</string>
</property> </property>
@ -333,6 +348,9 @@
<property name="toolTip"> <property name="toolTip">
<string>Local audio input port</string> <string>Local audio input port</string>
</property> </property>
<property name="inputMask">
<string>00000</string>
</property>
<property name="text"> <property name="text">
<string>9998</string> <string>9998</string>
</property> </property>
@ -501,6 +519,9 @@
<property name="toolTip"> <property name="toolTip">
<string>Remote address</string> <string>Remote address</string>
</property> </property>
<property name="inputMask">
<string>000.000.000.000</string>
</property>
<property name="text"> <property name="text">
<string>127.0.0.1</string> <string>127.0.0.1</string>
</property> </property>