Commit 2d22d0e2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Very slight fixes in Open Dialog too.

parent bc5ec85a
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>314</width> <width>358</width>
<height>147</height> <height>163</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="2" colspan="2"> <item row="0" column="2" colspan="2" >
<widget class="QComboBox" name="deviceCombo" > <widget class="QComboBox" name="deviceCombo" >
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>500</width> <width>537</width>
<height>423</height> <height>423</height>
</rect> </rect>
</property> </property>
...@@ -20,67 +20,20 @@ ...@@ -20,67 +20,20 @@
<string>_("Disc selection")</string> <string>_("Disc selection")</string>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="8" > <item row="0" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="3" >
<spacer> <spacer>
<property name="orientation" > <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" >
<size> <size>
<width>40</width> <width>16</width>
<height>20</height> <height>25</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="3" column="2" colspan="5" > <item row="0" column="1" >
<widget class="QComboBox" name="deviceCombo" >
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="8" >
<widget class="QPushButton" name="browseDiscButton" >
<property name="toolTip" >
<string>_("Select the device or the VIDEO_TS folder")</string>
</property>
<property name="text" >
<string>_("Browse...")</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2" >
<widget class="QLabel" name="deviceLabel" >
<property name="text" >
<string>_("Disk device")</string>
</property>
<property name="buddy" >
<cstring>deviceCombo</cstring>
</property>
</widget>
</item>
<item row="0" column="6" >
<widget class="QRadioButton" name="audioCDRadioButton" >
<property name="text" >
<string>_("Audio CD")</string>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2" >
<widget class="QRadioButton" name="dvdRadioButton" > <widget class="QRadioButton" name="dvdRadioButton" >
<property name="layoutDirection" > <property name="layoutDirection" >
<enum>Qt::LeftToRight</enum> <enum>Qt::LeftToRight</enum>
...@@ -93,6 +46,19 @@ ...@@ -93,6 +46,19 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="2" colspan="2" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="4" > <item row="0" column="4" >
<widget class="QRadioButton" name="vcdRadioButton" > <widget class="QRadioButton" name="vcdRadioButton" >
<property name="text" > <property name="text" >
...@@ -113,22 +79,22 @@ ...@@ -113,22 +79,22 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="2" column="1" colspan="6" > <item row="0" column="6" colspan="2" >
<widget class="Line" name="line" > <widget class="QRadioButton" name="audioCDRadioButton" >
<property name="orientation" > <property name="text" >
<enum>Qt::Horizontal</enum> <string>_("Audio CD")</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="0" > <item row="0" column="8" >
<spacer> <spacer>
<property name="orientation" > <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" >
<size> <size>
<width>21</width> <width>31</width>
<height>20</height> <height>25</height>
</size> </size>
</property> </property>
</spacer> </spacer>
...@@ -143,13 +109,59 @@ ...@@ -143,13 +109,59 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="7" > <item row="2" column="2" colspan="7" >
<widget class="Line" name="line" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="3" column="0" colspan="3" >
<widget class="QLabel" name="deviceLabel" >
<property name="text" >
<string>_("Disk device")</string>
</property>
<property name="buddy" >
<cstring>deviceCombo</cstring>
</property>
</widget>
</item>
<item row="3" column="3" colspan="3" >
<widget class="QComboBox" name="deviceCombo" >
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="6" >
<widget class="QToolButton" name="ejectButton" > <widget class="QToolButton" name="ejectButton" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" > <property name="text" >
<string>E</string> <string>E</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="7" colspan="2" >
<widget class="QPushButton" name="browseDiscButton" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip" >
<string>_("Select the device or the VIDEO_TS folder")</string>
</property>
<property name="text" >
<string>_("Browse...")</string>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
...@@ -291,8 +303,8 @@ ...@@ -291,8 +303,8 @@
</property> </property>
<property name="sizeHint" > <property name="sizeHint" >
<size> <size>
<width>444</width> <width>181</width>
<height>10</height> <height>22</height>
</size> </size>
</property> </property>
</spacer> </spacer>
......
...@@ -6,33 +6,21 @@ ...@@ -6,33 +6,21 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>420</width> <width>431</width>
<height>195</height> <height>233</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle" >
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QVBoxLayout" > <layout class="QVBoxLayout" >
<property name="margin" > <item>
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox" > <widget class="QGroupBox" name="groupBox" >
<property name="title" > <property name="title" >
<string>_("Network Protocol")</string> <string>_("Network Protocol")</string>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<property name="margin" > <item row="1" column="0" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="1" column="0" >
<widget class="QComboBox" name="protocolCombo" > <widget class="QComboBox" name="protocolCombo" >
<property name="toolTip" > <property name="toolTip" >
<string>_("Set the protocol for the URL")</string> <string>_("Set the protocol for the URL")</string>
...@@ -62,9 +50,7 @@ ...@@ -62,9 +50,7 @@
<item row="0" column="1" > <item row="0" column="1" >
<widget class="QLabel" name="label_2" > <widget class="QLabel" name="label_2" >
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy> <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
...@@ -94,9 +80,7 @@ ...@@ -94,9 +80,7 @@
<item> <item>
<widget class="QGroupBox" name="groupBox_3" > <widget class="QGroupBox" name="groupBox_3" >
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy> <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
...@@ -105,13 +89,7 @@ ...@@ -105,13 +89,7 @@
<string>_("Options")</string> <string>_("Options")</string>
</property> </property>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout" >
<property name="margin" > <item>
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QCheckBox" name="timeShift" > <widget class="QCheckBox" name="timeShift" >
<property name="toolTip" > <property name="toolTip" >
<string/> <string/>
......
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