Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
caafebf4
Commit
caafebf4
authored
Dec 17, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Qt] Add deinterlacing and AR in video tab in Simple Preferences.
parent
f3778cbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
2 deletions
+34
-2
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+3
-0
modules/gui/qt4/ui/sprefs_video.ui
modules/gui/qt4/ui/sprefs_video.ui
+31
-2
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
caafebf4
...
...
@@ -199,6 +199,9 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ui
.
hwYUVBox
->
setVisible
(
false
);
#endif
CONFIG_GENERIC
(
"deinterlace-mode"
,
StringList
,
NULL
,
deinterlaceBox
);
CONFIG_GENERIC
(
"aspect-ratio"
,
String
,
NULL
,
arLine
);
CONFIG_GENERIC_FILE
(
"snapshot-path"
,
Directory
,
NULL
,
ui
.
snapshotsDirectory
,
ui
.
snapshotsDirectoryBrowse
);
CONFIG_GENERIC
(
"snapshot-prefix"
,
String
,
NULL
,
snapshotsPrefix
);
...
...
modules/gui/qt4/ui/sprefs_video.ui
View file @
caafebf4
...
...
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>
482
</width>
<height>
516
</height>
<width>
647
</width>
<height>
682
</height>
</rect>
</property>
<property name="windowTitle" >
...
...
@@ -144,6 +144,35 @@
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2" >
<property name="title" >
<string>_("Video")</string>
</property>
<layout class="QGridLayout" name="gridLayout" >
<item row="0" column="1" >
<widget class="QComboBox" name="deinterlaceBox" />
</item>
<item row="0" column="0" >
<widget class="QLabel" name="label_6" >
<property name="text" >
<string>_("Deinterlacing Mode")</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_7" >
<property name="text" >
<string>_("Force Aspect Ratio")</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLineEdit" name="arLine" />
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
...
...
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