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
0f594de0
Commit
0f594de0
authored
Feb 15, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: sprefs, put replay-gain in the audio part.
Close #2521
parent
3b2fa350
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
10 deletions
+25
-10
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+2
-0
modules/gui/qt4/ui/sprefs_audio.ui
modules/gui/qt4/ui/sprefs_audio.ui
+23
-10
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
0f594de0
...
...
@@ -295,6 +295,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC_NO_BOOL
(
"norm-max-level"
,
Float
,
NULL
,
volNormSpin
);
CONFIG_GENERIC
(
"audio-replay-gain-mode"
,
StringList
,
ui
.
replayLabel
,
replayCombo
);
CONFIG_GENERIC
(
"audio-visual"
,
Module
,
ui
.
visuLabel
,
visualisation
);
...
...
modules/gui/qt4/ui/sprefs_audio.ui
View file @
0f594de0
...
...
@@ -6,14 +6,14 @@
<rect>
<x>0</x>
<y>0</y>
<width>
559
</width>
<height>60
9
</height>
<width>
643
</width>
<height>60
5
</height>
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
<layout class="QVBoxLayout" >
<layout class="QVBoxLayout"
name="verticalLayout"
>
<item>
<widget class="QCheckBox" name="enableAudio" >
<property name="text" >
...
...
@@ -250,7 +250,7 @@
<string>_("Effects")</string>
</property>
<layout class="QGridLayout" >
<item row="2" column="1" >
<item row="2" column="1"
colspan="2"
>
<widget class="QComboBox" name="visualisation" />
</item>
<item row="0" column="0" >
...
...
@@ -277,7 +277,20 @@
</property>
</widget>
</item>
<item row="1" column="1" >
<item row="0" column="1" >
<widget class="QLabel" name="replayLabel" >
<property name="text" >
<string>_("Replay gain mode")</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="2" >
<widget class="QComboBox" name="replayCombo" />
</item>
<item row="1" column="2" >
<widget class="QDoubleSpinBox" name="volNormSpin" >
<property name="alignment" >
<set>Qt::AlignRight</set>
...
...
@@ -292,7 +305,7 @@
<property name="title" >
<string>_("last.fm")</string>
</property>
<layout class="QGridLayout" >
<layout class="QGridLayout"
name="gridLayout"
>
<item row="0" column="0" colspan="2" >
<widget class="QCheckBox" name="lastfm" >
<property name="text" >
...
...
@@ -300,9 +313,6 @@
</property>
</widget>
</item>
<item row="1" column="1" colspan="2" >
<widget class="QLineEdit" name="lastfm_user_edit" />
</item>
<item row="1" column="0" >
<widget class="QLabel" name="lastfm_user_label" >
<property name="text" >
...
...
@@ -313,6 +323,9 @@
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLineEdit" name="lastfm_user_edit" />
</item>
<item row="2" column="0" >
<widget class="QLabel" name="lastfm_pass_label" >
<property name="text" >
...
...
@@ -323,7 +336,7 @@
</property>
</widget>
</item>
<item row="2" column="1"
colspan="2"
>
<item row="2" column="1" >
<widget class="QLineEdit" name="lastfm_pass_edit" >
<property name="echoMode" >
<enum>QLineEdit::Password</enum>
...
...
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