[vlc-commits] commit: Qt: sprefs_input fix layout (Francois Cartegnie )
git at videolan.org
git at videolan.org
Sat Jul 17 14:46:38 CEST 2010
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Jul 14 18:29:32 2010 +0200| [f4d4a5e0f2ced2bcb300289de040356ffd97e52b] | committer: Jean-Baptiste Kempf
Qt: sprefs_input fix layout
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4d4a5e0f2ced2bcb300289de040356ffd97e52b
---
modules/gui/qt4/ui/sprefs_input.ui | 72 +++++++++++++++++++++++++++--------
1 files changed, 55 insertions(+), 17 deletions(-)
diff --git a/modules/gui/qt4/ui/sprefs_input.ui b/modules/gui/qt4/ui/sprefs_input.ui
index b391373..fbb2140 100644
--- a/modules/gui/qt4/ui/sprefs_input.ui
+++ b/modules/gui/qt4/ui/sprefs_input.ui
@@ -60,8 +60,14 @@
<string>Codecs</string>
</property>
<layout class="QGridLayout" name="gridLayout">
- <item row="7" column="0">
+ <item row="8" column="0">
<widget class="QLabel" name="filterLabel">
+ <property name="minimumSize">
+ <size>
+ <width>250</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text">
<string>Skip H.264 in-loop deblocking filter</string>
</property>
@@ -70,11 +76,17 @@
</property>
</widget>
</item>
- <item row="7" column="1" colspan="2">
+ <item row="8" column="1" colspan="2">
<widget class="QComboBox" name="loopFilterBox"/>
</item>
- <item row="13" column="0">
+ <item row="14" column="0">
<widget class="QLabel" name="x264Label">
+ <property name="minimumSize">
+ <size>
+ <width>250</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text">
<string>x264 profile and level selection</string>
</property>
@@ -83,14 +95,14 @@
</property>
</widget>
</item>
- <item row="13" column="1">
- <widget class="QComboBox" name="profileBox"/>
- </item>
- <item row="13" column="2">
- <widget class="QLineEdit" name="levelBox"/>
- </item>
- <item row="12" column="0">
+ <item row="13" column="0">
<widget class="QLabel" name="x264profileLabel">
+ <property name="minimumSize">
+ <size>
+ <width>250</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text">
<string>x264 preset and tuning selection</string>
</property>
@@ -99,10 +111,17 @@
</property>
</widget>
</item>
- <item row="12" column="1">
- <widget class="QComboBox" name="presetBox"/>
+ <item row="13" column="1">
+ <widget class="QComboBox" name="presetBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
</item>
- <item row="12" column="2">
+ <item row="13" column="2">
<widget class="QComboBox" name="tuneBox"/>
</item>
<item row="2" column="0">
@@ -121,14 +140,14 @@
</property>
</widget>
</item>
- <item row="3" column="0">
+ <item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="hwAccelBox">
<property name="text">
<string>Use GPU acceleration (experimental)</string>
</property>
</widget>
</item>
- <item row="8" column="0" colspan="3">
+ <item row="9" column="0" colspan="3">
<widget class="QCheckBox" name="skipFrames">
<property name="text">
<string>Skip frames</string>
@@ -140,6 +159,12 @@
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="PostProcLevel">
+ <property name="maximumSize">
+ <size>
+ <width>50</width>
+ <height>16777215</height>
+ </size>
+ </property>
<property name="alignment">
<set>Qt::AlignRight</set>
</property>
@@ -154,20 +179,33 @@
</property>
</widget>
</item>
- <item row="10" column="0">
+ <item row="11" column="0" colspan="2">
<widget class="QCheckBox" name="systemCodecBox">
<property name="text">
<string>Use system codecs if available (better quality, but dangerous)</string>
</property>
</widget>
</item>
- <item row="11" column="0" colspan="3">
+ <item row="12" column="0" colspan="3">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
+ <item row="14" column="2">
+ <widget class="QLineEdit" name="levelBox"/>
+ </item>
+ <item row="14" column="1">
+ <widget class="QComboBox" name="profileBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>
More information about the vlc-commits
mailing list