Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
7733b980
Commit
7733b980
authored
Nov 20, 2019
by
Jean-Baptiste Mardelle
Browse files
Update audio mixer icon
parent
59526dc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
7733b980
...
...
@@ -386,7 +386,7 @@ void MainWindow::init()
connect
(
iconAction
,
&
QAction
::
triggered
,
this
,
&
MainWindow
::
forceIconSet
);
QDockWidget
*
mixerDock
=
addDock
(
i18n
(
"Audio Mixer"
),
QStringLiteral
(
"mixer"
),
pCore
->
mixer
());
QAction
*
showMixer
=
new
QAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"
adjustlevels
"
)),
i18n
(
"Audio Mixer"
),
this
);
QAction
*
showMixer
=
new
QAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"
view-media-equalizer
"
)),
i18n
(
"Audio Mixer"
),
this
);
showMixer
->
setCheckable
(
true
);
addAction
(
QStringLiteral
(
"audiomixer_button"
),
showMixer
);
connect
(
mixerDock
,
&
QDockWidget
::
visibilityChanged
,
[
&
,
showMixer
](
bool
visible
)
{
...
...
Write
Preview
Supports
Markdown
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