Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
f4d4a5e0
Commit
f4d4a5e0
authored
Jul 14, 2010
by
Francois Cartegnie
Committed by
Jean-Baptiste Kempf
Jul 17, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: sprefs_input fix layout
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
fb92e7a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
17 deletions
+55
-17
modules/gui/qt4/ui/sprefs_input.ui
modules/gui/qt4/ui/sprefs_input.ui
+55
-17
No files found.
modules/gui/qt4/ui/sprefs_input.ui
View file @
f4d4a5e0
...
...
@@ -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=
"1
3
"
column=
"0"
>
<item
row=
"1
4
"
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=
"1
2
"
column=
"2"
>
<item
row=
"1
3
"
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=
"1
0"
column=
"0
"
>
<item
row=
"1
1"
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=
"1
1
"
column=
"0"
colspan=
"3"
>
<item
row=
"1
2
"
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment