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

Qt4: Some cosmetic work and design by Leo Spalteholz

parent f01e2a91
...@@ -102,6 +102,7 @@ Kevin H. Patterson <kevpatt at khptech dot com> - Theora framesize calculation p ...@@ -102,6 +102,7 @@ Kevin H. Patterson <kevpatt at khptech dot com> - Theora framesize calculation p
K. Staring <qdk at quickdekay dot net> - RTSP rewind and fast-forward support K. Staring <qdk at quickdekay dot net> - RTSP rewind and fast-forward support
Laurent Jonqueres <laurent_jonqueres at yahoo.fr> - Occitan localization Laurent Jonqueres <laurent_jonqueres at yahoo.fr> - Occitan localization
Laurent Mutricy <laurent.mutricy at ecl2005 dot ec-lyon dot fr> - HTTP interface fixes Laurent Mutricy <laurent.mutricy at ecl2005 dot ec-lyon dot fr> - HTTP interface fixes
Leo Spalteholz <leo dot spalteholz at gmail dot com> - Qt interface design
Lorena Gomes - Catalan translation Lorena Gomes - Catalan translation
Mahrazi Mohd Kamal <mahrazi at gmail.com> - Malay Translation Mahrazi Mohd Kamal <mahrazi at gmail.com> - Malay Translation
Marc Nolette <nolette at videotron.ca> - PVR support in DirectShow input Marc Nolette <nolette at videotron.ca> - PVR support in DirectShow input
......
<ui version="4.0" > <ui version="4.0" >
<author>Jean-Baptiste Kempf</author> <author>Jean-Baptiste Kempf</author>
<class>Open</class> <class>Open</class>
<widget class="QWidget" name="FileOpen" > <widget class="QWidget" name="Open" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>624</width> <width>435</width>
<height>579</height> <height>339</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle" >
<string>Dialog</string> <string>Dialog</string>
</property> </property>
<widget class="QPushButton" name="closeButton" > <layout class="QVBoxLayout" >
<property name="geometry" > <property name="margin" >
<rect> <number>9</number>
<x>520</x>
<y>540</y>
<width>91</width>
<height>29</height>
</rect>
</property>
<property name="text" >
<string>Close</string>
</property>
</widget>
<widget class="QPushButton" name="cancelButton" >
<property name="geometry" >
<rect>
<x>400</x>
<y>540</y>
<width>101</width>
<height>29</height>
</rect>
</property>
<property name="text" >
<string>Cancel</string>
</property>
</widget>
<widget class="QTabWidget" name="Tab" >
<property name="geometry" >
<rect>
<x>10</x>
<y>10</y>
<width>601</width>
<height>371</height>
</rect>
</property>
<property name="currentIndex" >
<number>-1</number>
</property> </property>
</widget> <property name="spacing" >
<widget class="QFrame" name="advancedFrame" > <number>6</number>
<property name="geometry" >
<rect>
<x>10</x>
<y>410</y>
<width>601</width>
<height>121</height>
</rect>
</property> </property>
<property name="frameShape" > <item>
<enum>QFrame::StyledPanel</enum> <widget class="QTabWidget" name="Tab" >
</property> <property name="currentIndex" >
<property name="frameShadow" > <number>-1</number>
<enum>QFrame::Raised</enum> </property>
</property> </widget>
<layout class="QGridLayout" > </item>
<property name="margin" > <item>
<number>9</number> <layout class="QHBoxLayout" >
</property> <property name="margin" >
<property name="spacing" > <number>0</number>
<number>6</number> </property>
</property> <property name="spacing" >
<item row="1" column="0" > <number>6</number>
<widget class="QLabel" name="advancedLabel" > </property>
<property name="text" > <item>
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css"> <spacer>
p, li { white-space: pre-wrap; } <property name="orientation" >
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> <enum>Qt::Horizontal</enum>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Personnalize"):&lt;/span>&lt;/p>&lt;/body>&lt;/html></string> </property>
</property> <property name="sizeHint" >
<property name="alignment" > <size>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <width>40</width>
</property> <height>20</height>
</widget> </size>
</item> </property>
<item row="1" column="1" > </spacer>
<spacer> </item>
<property name="orientation" > <item>
<enum>Qt::Horizontal</enum> <widget class="QPushButton" name="advancedButton" >
</property> <property name="text" >
<property name="sizeType" > <string>More...</string>
<enum>QSizePolicy::Minimum</enum> </property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QFrame" name="advancedFrame" >
<property name="frameShape" >
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow" >
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property> </property>
<property name="sizeHint" > <property name="spacing" >
<size> <number>6</number>
<width>10</width>
<height>20</height>
</size>
</property> </property>
</spacer> <item row="1" column="0" >
</item> <widget class="QLabel" name="advancedLabel" >
<item row="0" column="2" > <property name="text" >
<widget class="QSpinBox" name="cacheSpinBox" /> <string>Personalize:</string>
</item> </property>
<item row="0" column="4" > <property name="alignment" >
<spacer> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<property name="orientation" > </property>
<enum>Qt::Horizontal</enum> </widget>
</property> </item>
<property name="sizeHint" > <item row="1" column="1" >
<size> <spacer>
<width>40</width> <property name="orientation" >
<height>20</height> <enum>Qt::Horizontal</enum>
</size> </property>
</property> <property name="sizeType" >
</spacer> <enum>QSizePolicy::Minimum</enum>
</item> </property>
<item row="0" column="1" > <property name="sizeHint" >
<spacer> <size>
<property name="orientation" > <width>10</width>
<enum>Qt::Horizontal</enum> <height>20</height>
</property> </size>
<property name="sizeType" > </property>
<enum>QSizePolicy::Minimum</enum> </spacer>
</property> </item>
<property name="sizeHint" > <item row="0" column="2" >
<size> <widget class="QSpinBox" name="cacheSpinBox" />
<width>10</width> </item>
<height>20</height> <item row="0" column="4" >
</size> <spacer>
</property> <property name="orientation" >
</spacer> <enum>Qt::Horizontal</enum>
</item> </property>
<item row="0" column="0" > <property name="sizeHint" >
<widget class="QLabel" name="cacheLabel" > <size>
<property name="text" > <width>40</width>
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css"> <height>20</height>
p, li { white-space: pre-wrap; } </size>
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> </property>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Caching"):&lt;/span>&lt;/p>&lt;/body>&lt;/html></string> </spacer>
</property> </item>
<property name="alignment" > <item row="0" column="1" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <spacer>
</property> <property name="orientation" >
</widget> <enum>Qt::Horizontal</enum>
</item> </property>
<item row="0" column="3" > <property name="sizeType" >
<widget class="QLabel" name="label" > <enum>QSizePolicy::Minimum</enum>
<property name="text" > </property>
<string>ms</string> <property name="sizeHint" >
</property> <size>
</widget> <width>10</width>
</item> <height>20</height>
<item row="1" column="2" colspan="3" > </size>
<widget class="QLineEdit" name="advancedLineInput" /> </property>
</item> </spacer>
</layout> </item>
</widget> <item row="0" column="0" >
<widget class="QPushButton" name="advancedButton" > <widget class="QLabel" name="cacheLabel" >
<property name="geometry" > <property name="text" >
<rect> <string>Caching:</string>
<x>510</x> </property>
<y>390</y> <property name="alignment" >
<width>83</width> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<height>27</height> </property>
</rect> </widget>
</property> </item>
<property name="text" > <item row="0" column="3" >
<string>More...</string> <widget class="QLabel" name="label" >
</property> <property name="text" >
</widget> <string>ms</string>
</property>
</widget>
</item>
<item row="1" column="2" colspan="3" >
<widget class="QLineEdit" name="advancedLineInput" />
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>241</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="cancelButton" >
<property name="text" >
<string>Cancel</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="closeButton" >
<property name="text" >
<string>Close</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget> </widget>
<tabstops> <tabstops>
<tabstop>advancedButton</tabstop> <tabstop>advancedButton</tabstop>
......
...@@ -6,237 +6,289 @@ ...@@ -6,237 +6,289 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>590</width> <width>569</width>
<height>411</height> <height>214</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle" >
<string>Form</string> <string>Form</string>
</property> </property>
<widget class="QGroupBox" name="diskTypeGroupBox" > <layout class="QHBoxLayout" >
<property name="geometry" > <property name="margin" >
<rect> <number>9</number>
<x>10</x>
<y>20</y>
<width>151</width>
<height>241</height>
</rect>
</property> </property>
<property name="title" > <property name="spacing" >
<string>_("Disc Type")</string> <number>6</number>
</property> </property>
<widget class="QWidget" native="1" name="layoutWidget" > <item>
<property name="geometry" > <widget class="QGroupBox" name="diskTypeGroupBox" >
<rect> <property name="title" >
<x>10</x> <string>Disc Type</string>
<y>30</y>
<width>114</width>
<height>111</height>
</rect>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>0</number>
</property> </property>
<property name="spacing" > <layout class="QVBoxLayout" >
<number>6</number> <property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QRadioButton" name="dvdRadioButton" >
<property name="text" >
<string>DVD</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" >
<size>
<width>8</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="menuDVDButton" >
<property name="text" >
<string>Show Menus</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QRadioButton" name="vcdRadioButton" >
<property name="text" >
<string>SVCD/VCD</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="audioCDRAdioButton" >
<property name="text" >
<string>Audio CD</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="diskOptionGroupBox" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property> </property>
<item row="2" column="1" > <property name="title" >
<spacer> <string>Options</string>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1" >
<widget class="QCheckBox" name="menuDVDButton" >
<property name="text" >
<string>Menus</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" >
<size>
<width>8</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="0" colspan="2" >
<widget class="QRadioButton" name="vcdRadioButton" >
<property name="text" >
<string>SVCD/VCD</string>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2" >
<widget class="QRadioButton" name="dvdRadioButton" >
<property name="text" >
<string>DVD</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="0" colspan="2" >
<widget class="QRadioButton" name="audioCDRAdioButton" >
<property name="text" >
<string>Audio CD</string>
</property>
</widget>
</item>
<item row="4" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
<widget class="QGroupBox" name="diskOptionGroupBox" >
<property name="geometry" >
<rect>
<x>180</x>
<y>20</y>
<width>401</width>
<height>241</height>
</rect>
</property>
<property name="title" >
<string>_("Options")</string>
</property>
<widget class="QWidget" native="1" name="gridLayout" >
<property name="geometry" >
<rect>
<x>10</x>
<y>30</y>
<width>371</width>
<height>195</height>
</rect>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property> </property>
<item row="0" column="0" > <layout class="QVBoxLayout" >
<widget class="QLabel" name="pathDiskLabel" > <property name="margin" >
<property name="text" > <number>9</number>
<string>_("Peripheric Path") :</string> </property>
</property> <property name="spacing" >
</widget> <number>6</number>
</item> </property>
<item row="0" column="1" > <item>
<widget class="QComboBox" name="diskBrowseLine" > <layout class="QHBoxLayout" >
<property name="editable" > <property name="margin" >
<bool>true</bool> <number>0</number>
</property> </property>
</widget> <property name="spacing" >
</item> <number>6</number>
<item row="0" column="2" > </property>
<widget class="QPushButton" name="browseDiskButton" > <item>
<property name="text" > <widget class="QLabel" name="pathDiskLabel" >
<string>_("Browse")</string> <property name="text" >
</property> <string>Path:</string>
</widget> </property>
</item> </widget>
<item row="5" column="0" > </item>
<widget class="QLabel" name="diskOptionsLabel4" > <item>
<property name="text" > <widget class="QComboBox" name="diskBrowseLine" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css"> <property name="sizePolicy" >
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="browseDiskButton" >
<property name="text" >
<string>Browse</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="diskOptionsLabel1" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Audio Channel") &lt;/span>:&lt;/p>&lt;/body>&lt;/html></string> &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;">Entry:&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" > <item>
<widget class="QLabel" name="diskOptionsLabel2" > <widget class="QSpinBox" name="diskOptionBox1" />
<property name="text" > </item>
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css"> </layout>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="diskOptionsLabel2" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Chapter") &lt;/span>:&lt;/p>&lt;/body>&lt;/html></string> &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;">Chapter:&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0" > <item>
<widget class="QLabel" name="diskOptionsLabel3" > <widget class="QSpinBox" name="diskOptionBox2" />
<property name="text" > </item>
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css"> </layout>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="diskOptionsLabel3" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Subtitles") &lt;/span>:&lt;/p>&lt;/body>&lt;/html></string> &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;">Subtitles:&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="1" > <item>
<widget class="QSpinBox" name="diskOptionBox3" /> <widget class="QSpinBox" name="diskOptionBox3" />
</item> </item>
<item row="5" column="1" > </layout>
<widget class="QSpinBox" name="diskOptionBox4" /> </item>
</item> <item>
<item row="3" column="1" > <layout class="QHBoxLayout" >
<widget class="QSpinBox" name="diskOptionBox2" /> <property name="margin" >
</item> <number>0</number>
<item row="2" column="1" > </property>
<widget class="QSpinBox" name="diskOptionBox1" /> <property name="spacing" >
</item> <number>6</number>
<item row="2" column="0" > </property>
<widget class="QLabel" name="diskOptionsLabel1" > <item>
<property name="text" > <widget class="QLabel" name="diskOptionsLabel4" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css"> <property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">_&lt;span style=" font-style:italic;">("Entry") &lt;/span>: &lt;/p>&lt;/body>&lt;/html></string> &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;">Audio Channel:&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1" > <item>
<spacer> <widget class="QSpinBox" name="diskOptionBox4" />
<property name="orientation" > </item>
<enum>Qt::Vertical</enum> </layout>
</property> </item>
<property name="sizeHint" > </layout>
<size> </widget>
<width>20</width> </item>
<height>40</height> </layout>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>
......
<ui version="4.0" > <ui version="4.0" >
<author>Jean-Baptiste Kempf</author> <author>Jean-Baptiste Kempf</author>
<class>OpenFile</class> <class>OpenFile</class>
<widget class="QWidget" name="Form" > <widget class="QWidget" name="OpenFile" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>600</width> <width>433</width>
<height>429</height> <height>421</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle" >
<string>Form</string> <string>Form</string>
</property> </property>
<widget class="Line" name="line" > <layout class="QVBoxLayout" >
<property name="geometry" > <property name="margin" >
<rect> <number>9</number>
<x>140</x>
<y>100</y>
<width>320</width>
<height>16</height>
</rect>
</property> </property>
<property name="orientation" > <property name="spacing" >
<enum>Qt::Horizontal</enum> <number>6</number>
</property> </property>
</widget> <item>
<widget class="QGroupBox" name="subGroupBox" > <widget class="QGroupBox" name="fileGroupBox" >
<property name="geometry" > <property name="title" >
<rect> <string>Media File</string>
<x>10</x>
<y>110</y>
<width>581</width>
<height>111</height>
</rect>
</property>
<property name="title" >
<string>_("Subtitles")</string>
</property>
<property name="checkable" >
<bool>true</bool>
</property>
<property name="checked" >
<bool>false</bool>
</property>
<widget class="QWidget" native="1" name="horizontalLayout_2" >
<property name="geometry" >
<rect>
<x>10</x>
<y>20</y>
<width>561</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="subOpenLabel" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Open") :&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" >
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QComboBox" name="subInput" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>15</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="subBrowseButton" >
<property name="text" >
<string>_("Browse")</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" native="1" name="horizontalLayout_4" >
<property name="geometry" >
<rect>
<x>20</x>
<y>60</y>
<width>571</width>
<height>41</height>
</rect>
</property>
<widget class="QWidget" native="1" name="layoutWidget" >
<property name="geometry" >
<rect>
<x>10</x>
<y>10</y>
<width>181</width>
<height>28</height>
</rect>
</property> </property>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout" >
<property name="margin" > <property name="margin" >
<number>0</number> <number>9</number>
</property> </property>
<property name="spacing" > <property name="spacing" >
<number>0</number> <number>6</number>
</property> </property>
<item> <item>
<widget class="QLabel" name="sizeSubLabel" > <widget class="QLabel" name="fileOpenLabel" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" > <property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css"> <string>Open:</string>
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Size") :&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -166,71 +52,32 @@ p, li { white-space: pre-wrap; } ...@@ -166,71 +52,32 @@ p, li { white-space: pre-wrap; }
<property name="orientation" > <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" > <property name="sizeHint" >
<size> <size>
<width>10</width> <width>16</width>
<height>20</height> <height>51</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QComboBox" name="sizeComboBox" > <widget class="QComboBox" name="fileInput" >
<item> <property name="sizePolicy" >
<property name="text" > <sizepolicy>
<string>_("Very Small)</string> <hsizetype>7</hsizetype>
</property> <vsizetype>0</vsizetype>
</item> <horstretch>0</horstretch>
<item> <verstretch>0</verstretch>
<property name="text" > </sizepolicy>
<string>_("Small")</string> </property>
</property> <property name="editable" >
</item> <bool>true</bool>
<item>
<property name="text" >
<string>_("Normal")</string>
</property>
</item>
<item>
<property name="text" >
<string>_("Big")</string>
</property>
</item>
<item>
<property name="text" >
<string>_("Very Big")</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" native="1" name="layoutWidget" >
<property name="geometry" >
<rect>
<x>220</x>
<y>10</y>
<width>201</width>
<height>28</height>
</rect>
</property>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>0</number>
</property>
<item>
<widget class="QLabel" name="alignSubLabel" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Alignment") :&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
<property name="buddy" > <property name="maxVisibleItems" >
<cstring>alignSubLabel</cstring> <number>7</number>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -239,93 +86,228 @@ p, li { white-space: pre-wrap; } ...@@ -239,93 +86,228 @@ p, li { white-space: pre-wrap; }
<property name="orientation" > <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" > <property name="sizeHint" >
<size> <size>
<width>10</width> <width>16</width>
<height>21</height> <height>51</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QComboBox" name="alignSubComboBox" > <widget class="QPushButton" name="fileBrowseButton" >
<property name="text" >
<string>Browse</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="subGroupBox" >
<property name="title" >
<string>Subtitles</string>
</property>
<property name="checkable" >
<bool>true</bool>
</property>
<property name="checked" >
<bool>false</bool>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<property name="text" > <widget class="QLabel" name="subOpenLabel" >
<string>_("Left")</string> <property name="text" >
</property> <string>Open:</string>
</property>
</widget>
</item> </item>
<item> <item>
<property name="text" > <spacer>
<string>_("Center")</string> <property name="orientation" >
</property> <enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" >
<size>
<width>16</width>
<height>51</height>
</size>
</property>
</spacer>
</item> </item>
<item> <item>
<property name="text" > <widget class="QComboBox" name="subInput" >
<string>_("Right)</string> <property name="sizePolicy" >
</property> <sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item> </item>
</widget> <item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>16</width>
<height>51</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="subBrowseButton" >
<property name="text" >
<string>Browse</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="sizeSubLabel" >
<property name="text" >
<string>Size:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="sizeComboBox" >
<item>
<property name="text" >
<string>Very Small</string>
</property>
</item>
<item>
<property name="text" >
<string>Small</string>
</property>
</item>
<item>
<property name="text" >
<string>Normal</string>
</property>
</item>
<item>
<property name="text" >
<string>Big</string>
</property>
</item>
<item>
<property name="text" >
<string>Very Big</string>
</property>
</item>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>16</width>
<height>28</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="alignSubLabel" >
<property name="text" >
<string>Alignment:</string>
</property>
<property name="buddy" >
<cstring>alignSubLabel</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="alignSubComboBox" >
<item>
<property name="text" >
<string>Left</string>
</property>
</item>
<item>
<property name="text" >
<string>Center</string>
</property>
</item>
<item>
<property name="text" >
<string>Right</string>
</property>
</item>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>16</width>
<height>28</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="optionsSubButton" >
<property name="text" >
<string>Options</string>
</property>
</widget>
</item>
</layout>
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QToolButton" name="optionsSubButton" > </item>
<property name="geometry" > <item>
<rect>
<x>470</x>
<y>10</y>
<width>81</width>
<height>26</height>
</rect>
</property>
<property name="text" >
<string>Options</string>
</property>
</widget>
</widget>
</widget>
<widget class="Line" name="line" >
<property name="geometry" >
<rect>
<x>150</x>
<y>230</y>
<width>320</width>
<height>16</height>
</rect>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QGroupBox" name="audioGroupBox" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="geometry" >
<rect>
<x>10</x>
<y>260</y>
<width>581</width>
<height>71</height>
</rect>
</property>
<property name="title" >
<string>_("Extra Audio File")</string>
</property>
<property name="checkable" >
<bool>true</bool>
</property>
<property name="checked" >
<bool>false</bool>
</property>
<widget class="QWidget" native="1" name="horizontalLayout_3" >
<property name="geometry" >
<rect>
<x>10</x>
<y>20</y>
<width>561</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout" >
<property name="margin" > <property name="margin" >
<number>0</number> <number>0</number>
...@@ -334,12 +316,9 @@ p, li { white-space: pre-wrap; } ...@@ -334,12 +316,9 @@ p, li { white-space: pre-wrap; }
<number>6</number> <number>6</number>
</property> </property>
<item> <item>
<widget class="QLabel" name="audioOpenLabel" > <widget class="QPushButton" name="extraAudioButton" >
<property name="text" > <property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css"> <string>Extra Audio...</string>
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Open") :&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -348,179 +327,116 @@ p, li { white-space: pre-wrap; } ...@@ -348,179 +327,116 @@ p, li { white-space: pre-wrap; }
<property name="orientation" > <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" >
<size>
<width>15</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QComboBox" name="audioFileInput" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" > <property name="sizeHint" >
<size> <size>
<width>15</width> <width>40</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
<item>
<widget class="QPushButton" name="audioBrowsButton" >
<property name="text" >
<string>_("Browse")</string>
</property>
</widget>
</item>
</layout> </layout>
</widget> </item>
</widget> <item>
<widget class="QGroupBox" name="fileGroupBox" > <widget class="QGroupBox" name="audioGroupBox" >
<property name="geometry" > <property name="enabled" >
<rect> <bool>true</bool>
<x>10</x>
<y>10</y>
<width>581</width>
<height>81</height>
</rect>
</property>
<property name="title" >
<string>_("Media File")</string>
</property>
<widget class="QWidget" native="1" name="layoutWidget" >
<property name="geometry" >
<rect>
<x>10</x>
<y>20</y>
<width>561</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property> </property>
<property name="spacing" > <property name="title" >
<number>6</number> <string>Extra Audio File</string>
</property> </property>
<item> <property name="checkable" >
<widget class="QLabel" name="fileOpenLabel" > <bool>true</bool>
<property name="sizePolicy" > </property>
<sizepolicy> <property name="checked" >
<hsizetype>5</hsizetype> <bool>false</bool>
<vsizetype>1</vsizetype> </property>
<horstretch>0</horstretch> <layout class="QHBoxLayout" >
<verstretch>0</verstretch> <property name="margin" >
</sizepolicy> <number>9</number>
</property> </property>
<property name="text" > <property name="spacing" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css"> <number>6</number>
p, li { white-space: pre-wrap; } </property>
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> <item>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Open") :&lt;/span>&lt;/p>&lt;/body>&lt;/html></string> <widget class="QLabel" name="audioOpenLabel" >
</property> <property name="text" >
</widget> <string>Open:</string>
</item> </property>
<item> </widget>
<spacer> </item>
<property name="orientation" > <item>
<enum>Qt::Horizontal</enum> <spacer>
</property> <property name="orientation" >
<property name="sizeType" > <enum>Qt::Horizontal</enum>
<enum>QSizePolicy::Minimum</enum> </property>
</property> <property name="sizeType" >
<property name="sizeHint" > <enum>QSizePolicy::Minimum</enum>
<size> </property>
<width>10</width> <property name="sizeHint" >
<height>20</height> <size>
</size> <width>16</width>
</property> <height>51</height>
</spacer> </size>
</item> </property>
<item> </spacer>
<widget class="QComboBox" name="fileInput" > </item>
<property name="sizePolicy" > <item>
<sizepolicy> <widget class="QComboBox" name="audioFileInput" >
<hsizetype>7</hsizetype> <property name="sizePolicy" >
<vsizetype>0</vsizetype> <sizepolicy>
<horstretch>0</horstretch> <hsizetype>7</hsizetype>
<verstretch>0</verstretch> <vsizetype>0</vsizetype>
</sizepolicy> <horstretch>0</horstretch>
</property> <verstretch>0</verstretch>
<property name="editable" > </sizepolicy>
<bool>true</bool> </property>
</property> <property name="editable" >
<property name="maxVisibleItems" > <bool>true</bool>
<number>7</number> </property>
</property> </widget>
</widget> </item>
</item> <item>
<item> <spacer>
<spacer> <property name="orientation" >
<property name="orientation" > <enum>Qt::Horizontal</enum>
<enum>Qt::Horizontal</enum> </property>
</property> <property name="sizeType" >
<property name="sizeType" > <enum>QSizePolicy::Fixed</enum>
<enum>QSizePolicy::Minimum</enum> </property>
</property> <property name="sizeHint" >
<property name="sizeHint" > <size>
<size> <width>16</width>
<width>15</width> <height>51</height>
<height>20</height> </size>
</size> </property>
</property> </spacer>
</spacer> </item>
</item> <item>
<item> <widget class="QPushButton" name="audioBrowsButton" >
<widget class="QPushButton" name="fileBrowseButton" > <property name="text" >
<property name="text" > <string>Browse</string>
<string>_("Browse")</string> </property>
</property> </widget>
</widget> </item>
</item> </layout>
</layout> </widget>
</widget> </item>
</widget> <item>
<widget class="QPushButton" name="extraAudioButton" > <spacer>
<property name="geometry" > <property name="orientation" >
<rect> <enum>Qt::Vertical</enum>
<x>500</x> </property>
<y>250</y> <property name="sizeHint" >
<width>81</width> <size>
<height>27</height> <width>20</width>
</rect> <height>40</height>
</property> </size>
<property name="text" > </property>
<string>Extra Audio</string> </spacer>
</property> </item>
</widget> </layout>
</widget> </widget>
<includes/>
<resources/> <resources/>
<connections/> <connections/>
</ui> </ui>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<item row="3" column="0" colspan="2" > <item row="3" column="0" colspan="2" >
<widget class="QLabel" name="label_3" > <widget class="QLabel" name="label_3" >
<property name="text" > <property name="text" >
<string>This is VLC's skinnable interface. You can download skins on http://www.videolan.org/ to customize your player.</string> <string>This is VLC's skinnable interface. You can download skins on &lt;a href="http://www.videolan.org/">http://www.videolan.org/&lt;/a> to customize your player.</string>
</property> </property>
<property name="wordWrap" > <property name="wordWrap" >
<bool>true</bool> <bool>true</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