Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
94b30f51
Commit
94b30f51
authored
Nov 19, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: allow SPU deactivation in simple preferences.
parent
9a2937d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+2
-0
modules/gui/qt4/ui/sprefs_subtitles.ui
modules/gui/qt4/ui/sprefs_subtitles.ui
+9
-2
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
94b30f51
...
...
@@ -648,6 +648,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC
(
"video-title-position"
,
IntegerList
,
ui
.
OSDTitlePosLabel
,
OSDTitlePos
);
CONFIG_BOOL
(
"spu"
,
spuActiveBox
);
CONFIG_GENERIC
(
"subsdec-encoding"
,
StringList
,
ui
.
encodLabel
,
encoding
);
CONFIG_GENERIC
(
"sub-language"
,
String
,
ui
.
subLangLabel
,
...
...
modules/gui/qt4/ui/sprefs_subtitles.ui
View file @
94b30f51
...
...
@@ -7,8 +7,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
7
78
</width>
<height>
614
</height>
<width>
7
41
</width>
<height>
373
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
...
...
@@ -60,6 +60,13 @@
</layout>
</widget>
</item>
<item>
<widget
class=
"QCheckBox"
name=
"spuActiveBox"
>
<property
name=
"text"
>
<string>
Enable subtitles
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QGroupBox"
name=
"groupBox_2"
>
<property
name=
"sizePolicy"
>
...
...
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