Commit e1901193 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Very small fixes on UI.

parent 8313bcef
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>358</width> <width>358</width>
<height>163</height> <height>177</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
...@@ -52,16 +52,6 @@ ...@@ -52,16 +52,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0" >
<widget class="QPushButton" name="advancedButton" >
<property name="toolTip" >
<string>_("Access advanced options to tweak the device")</string>
</property>
<property name="text" >
<string>_("Advanced options...")</string>
</property>
</widget>
</item>
<item row="5" column="0" colspan="4" > <item row="5" column="0" colspan="4" >
<spacer> <spacer>
<property name="orientation" > <property name="orientation" >
...@@ -70,7 +60,7 @@ ...@@ -70,7 +60,7 @@
<property name="sizeType" > <property name="sizeType" >
<enum>QSizePolicy::MinimumExpanding</enum> <enum>QSizePolicy::MinimumExpanding</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0" >
<size> <size>
<width>20</width> <width>20</width>
<height>30</height> <height>30</height>
...@@ -78,6 +68,16 @@ ...@@ -78,6 +68,16 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="4" column="3" >
<widget class="QPushButton" name="advancedButton" >
<property name="toolTip" >
<string>_("Access advanced options to tweak the device")</string>
</property>
<property name="text" >
<string>_("Advanced options...")</string>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
<resources/> <resources/>
......
...@@ -79,7 +79,8 @@ ...@@ -79,7 +79,8 @@
<item row="1" column="1" > <item row="1" column="1" >
<widget class="QLineEdit" name="addressText" > <widget class="QLineEdit" name="addressText" >
<property name="toolTip" > <property name="toolTip" >
<string>_("Enter the URL of the network stream here,\nwith or without the protocol.")</string> <string>_("Enter the URL of the network stream here,
with or without the protocol.")</string>
</property> </property>
</widget> </widget>
</item> </item>
......
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