1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-06-25 05:25:27 -04:00

AMBE: allow freeflow input for AMBE server and ip or any device

This commit is contained in:
f4exb 2019-07-23 22:21:55 +02:00
parent 137840f671
commit bf5fe26f1e

View File

@ -73,12 +73,12 @@
<rect> <rect>
<x>10</x> <x>10</x>
<y>10</y> <y>10</y>
<width>201</width> <width>211</width>
<height>17</height> <height>17</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>AMBE server IP and port</string> <string>AMBE server IP and port or direct input</string>
</property> </property>
</widget> </widget>
<widget class="QLineEdit" name="ambeAddressText"> <widget class="QLineEdit" name="ambeAddressText">
@ -91,10 +91,10 @@
</rect> </rect>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>AMBE server address as ip:port</string> <string>AMBE server address as ip:port or direct input</string>
</property> </property>
<property name="inputMask"> <property name="inputMask">
<string>000.000.000.000:00000</string> <string/>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="refreshAmbeList"> <widget class="QPushButton" name="refreshAmbeList">