Commit 7589b4c2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Ui - Sout: rearrange the sout possibilities.

parent 0c3b7409
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="0" > <item row="5" column="0" >
<widget class="QCheckBox" name="UDPOutput" > <widget class="QCheckBox" name="UDPOutput" >
<property name="toolTip" > <property name="toolTip" >
<string>_("Using this option is not recommended in most of the cases.")</string> <string>_("Using this option is not recommended in most of the cases.")</string>
...@@ -287,17 +287,17 @@ ...@@ -287,17 +287,17 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="1" > <item row="5" column="1" >
<widget class="QLabel" name="UDPLabel" > <widget class="QLabel" name="UDPLabel" >
<property name="text" > <property name="text" >
<string>_("Address")</string> <string>_("Address")</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="2" > <item row="5" column="2" >
<widget class="QLineEdit" name="UDPEdit" /> <widget class="QLineEdit" name="UDPEdit" />
</item> </item>
<item row="7" column="3" > <item row="5" column="3" >
<widget class="QLabel" name="UDPPortLabel" > <widget class="QLabel" name="UDPPortLabel" >
<property name="text" > <property name="text" >
<string>_("Port")</string> <string>_("Port")</string>
...@@ -307,7 +307,7 @@ ...@@ -307,7 +307,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="4" > <item row="5" column="4" >
<widget class="QSpinBox" name="UDPPort" > <widget class="QSpinBox" name="UDPPort" >
<property name="maximumSize" > <property name="maximumSize" >
<size> <size>
...@@ -332,14 +332,14 @@ ...@@ -332,14 +332,14 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="0" > <item row="6" column="0" >
<widget class="QCheckBox" name="IcecastOutput" > <widget class="QCheckBox" name="IcecastOutput" >
<property name="text" > <property name="text" >
<string>IceCast</string> <string>IceCast</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="1" > <item row="6" column="1" >
<widget class="QLabel" name="IcecastLabel" > <widget class="QLabel" name="IcecastLabel" >
<property name="enabled" > <property name="enabled" >
<bool>false</bool> <bool>false</bool>
...@@ -349,10 +349,10 @@ ...@@ -349,10 +349,10 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="2" > <item row="6" column="2" >
<widget class="QLineEdit" name="IcecastEdit" /> <widget class="QLineEdit" name="IcecastEdit" />
</item> </item>
<item row="5" column="3" > <item row="6" column="3" >
<widget class="QLabel" name="IcecastPortLabel" > <widget class="QLabel" name="IcecastPortLabel" >
<property name="enabled" > <property name="enabled" >
<bool>false</bool> <bool>false</bool>
...@@ -365,7 +365,7 @@ ...@@ -365,7 +365,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="4" > <item row="6" column="4" >
<widget class="QSpinBox" name="IcecastPort" > <widget class="QSpinBox" name="IcecastPort" >
<property name="enabled" > <property name="enabled" >
<bool>false</bool> <bool>false</bool>
...@@ -387,7 +387,7 @@ ...@@ -387,7 +387,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="1" > <item row="7" column="1" >
<widget class="QLabel" name="IcecastMountpointLabel" > <widget class="QLabel" name="IcecastMountpointLabel" >
<property name="enabled" > <property name="enabled" >
<bool>false</bool> <bool>false</bool>
...@@ -397,10 +397,10 @@ ...@@ -397,10 +397,10 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="2" > <item row="7" column="2" >
<widget class="QLineEdit" name="IcecastMountpointEdit" /> <widget class="QLineEdit" name="IcecastMountpointEdit" />
</item> </item>
<item row="6" column="3" > <item row="7" column="3" >
<widget class="QLabel" name="IcecastNameLabel" > <widget class="QLabel" name="IcecastNameLabel" >
<property name="enabled" > <property name="enabled" >
<bool>false</bool> <bool>false</bool>
...@@ -410,7 +410,7 @@ ...@@ -410,7 +410,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="4" > <item row="7" column="4" >
<widget class="QLineEdit" name="IcecastNamePassEdit" > <widget class="QLineEdit" name="IcecastNamePassEdit" >
<property name="enabled" > <property name="enabled" >
<bool>false</bool> <bool>false</bool>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment