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>
......
This diff is collapsed.
This diff is collapsed.
...@@ -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