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

Qt: small visual change in Open Disk

parent 8a5a4a2d
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>521</width> <width>500</width>
<height>336</height> <height>311</height>
</rect> </rect>
</property> </property>
<property name="minimumSize" > <property name="minimumSize" >
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0" >
<size> <size>
<width>40</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
...@@ -85,20 +85,20 @@ ...@@ -85,20 +85,20 @@
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0" >
<size> <size>
<width>40</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="5" colspan="3" > <item row="0" column="5" >
<widget class="QRadioButton" name="vcdRadioButton" > <widget class="QRadioButton" name="vcdRadioButton" >
<property name="text" > <property name="text" >
<string>SVCD/VCD</string> <string>SVCD/VCD</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="8" > <item row="0" column="6" >
<spacer> <spacer>
<property name="orientation" > <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
...@@ -121,70 +121,64 @@ ...@@ -121,70 +121,64 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="2" > <item row="2" column="2" colspan="5" >
<widget class="QLabel" name="deviceLabel" >
<property name="text" >
<string>_("Disc device")</string>
</property>
<property name="buddy" >
<cstring>deviceCombo</cstring>
</property>
</widget>
</item>
<item row="2" column="2" colspan="7" >
<widget class="Line" name="line" > <widget class="Line" name="line" >
<property name="orientation" > <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="2" colspan="4" > <item row="3" column="0" colspan="7" >
<widget class="QComboBox" name="deviceCombo" > <layout class="QHBoxLayout" name="horizontalLayout_5" >
<property name="sizePolicy" > <item>
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > <widget class="QLabel" name="deviceLabel" >
<horstretch>0</horstretch> <property name="text" >
<verstretch>0</verstretch> <string>_("Disc device")</string>
</sizepolicy> </property>
</property> <property name="buddy" >
<property name="editable" > <cstring>deviceCombo</cstring>
<bool>true</bool> </property>
</property> </widget>
</widget> </item>
</item> <item>
<item row="3" column="6" > <widget class="QComboBox" name="deviceCombo" >
<widget class="QToolButton" name="ejectButton" > <property name="sizePolicy" >
<property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
<sizepolicy vsizetype="Minimum" hsizetype="Fixed" > <horstretch>0</horstretch>
<horstretch>0</horstretch> <verstretch>0</verstretch>
<verstretch>0</verstretch> </sizepolicy>
</sizepolicy> </property>
</property> <property name="editable" >
</widget> <bool>true</bool>
</item> </property>
<item row="3" column="7" colspan="2" > </widget>
<widget class="QPushButton" name="browseDiscButton" > </item>
<property name="sizePolicy" > <item>
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" > <widget class="QToolButton" name="ejectButton" >
<horstretch>0</horstretch> <property name="sizePolicy" >
<verstretch>0</verstretch> <sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
</sizepolicy> <horstretch>0</horstretch>
</property> <verstretch>0</verstretch>
<property name="text" > </sizepolicy>
<string>_("Browse...")</string> </property>
</property> </widget>
</widget> </item>
<item>
<widget class="QPushButton" name="browseDiscButton" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>_("Browse...")</string>
</property>
</widget>
</item>
</layout>
</item> </item>
</layout> </layout>
<zorder>dvdRadioButton</zorder>
<zorder>dvdsimple</zorder>
<zorder>line</zorder>
<zorder>deviceLabel</zorder>
<zorder>deviceCombo</zorder>
<zorder>ejectButton</zorder>
<zorder>browseDiscButton</zorder>
<zorder>audioCDRadioButton</zorder>
<zorder>vcdRadioButton</zorder>
<zorder></zorder>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -357,6 +351,11 @@ ...@@ -357,6 +351,11 @@
</widget> </widget>
</item> </item>
</layout> </layout>
<zorder>subtitlesLabel</zorder>
<zorder>subtitlesSpin</zorder>
<zorder>audioLabel</zorder>
<zorder>audioSpin</zorder>
<zorder>diskGroupBox</zorder>
</widget> </widget>
</item> </item>
<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