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

Qt4 - Cosmetics: adding a <hr /> bar in advanced. SHould it be wider ?

parent f965bb1b
...@@ -65,13 +65,6 @@ ...@@ -65,13 +65,6 @@
<property name="spacing" > <property name="spacing" >
<number>6</number> <number>6</number>
</property> </property>
<item row="2" column="1" colspan="2" >
<widget class="QLineEdit" name="slaveText" >
<property name="enabled" >
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QLabel" name="cacheLabel" > <widget class="QLabel" name="cacheLabel" >
<property name="sizePolicy" > <property name="sizePolicy" >
...@@ -87,6 +80,16 @@ ...@@ -87,6 +80,16 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="1" colspan="3" >
<widget class="QLineEdit" name="advancedLineInput" />
</item>
<item row="4" column="0" >
<widget class="QLabel" name="advancedLabel" >
<property name="text" >
<string>Customize</string>
</property>
</widget>
</item>
<item row="0" column="2" > <item row="0" column="2" >
<widget class="QLabel" name="label" > <widget class="QLabel" name="label" >
<property name="text" > <property name="text" >
...@@ -94,10 +97,27 @@ ...@@ -94,10 +97,27 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" > <item row="1" column="0" colspan="4" >
<widget class="QLabel" name="advancedLabel" > <widget class="QCheckBox" name="slaveCheckbox" >
<property name="text" > <property name="text" >
<string>Customize</string> <string>Play another media synchronously (extra audio file, ...)</string>
</property>
</widget>
</item>
<item row="2" column="3" >
<widget class="QToolButton" name="slaveBrowseButton" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="text" >
<string>Browse...</string>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2" >
<widget class="QLineEdit" name="slaveText" >
<property name="enabled" >
<bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -129,23 +149,10 @@ ...@@ -129,23 +149,10 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="3" > <item row="3" column="1" colspan="2" >
<widget class="QToolButton" name="slaveBrowseButton" > <widget class="Line" name="line" >
<property name="enabled" > <property name="orientation" >
<bool>false</bool> <enum>Qt::Horizontal</enum>
</property>
<property name="text" >
<string>Browse...</string>
</property>
</widget>
</item>
<item row="3" column="1" colspan="3" >
<widget class="QLineEdit" name="advancedLineInput" />
</item>
<item row="1" column="0" colspan="4" >
<widget class="QCheckBox" name="slaveCheckbox" >
<property name="text" >
<string>Play another media synchronously (extra audio file, ...)</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