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
1 changed files with 26 additions and 5 deletions

View File

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