Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
9c96cd89
Commit
9c96cd89
authored
Nov 19, 2006
by
Konstantin Pavlov
Browse files
added normal looking playlist icon (converted to png from wx module)
parent
38ebd66f
Changes
3
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/main_interface.cpp
View file @
9c96cd89
...
...
@@ -173,7 +173,7 @@ void MainInterface::handleMainUi( QSettings *settings )
ui
.
volMuteLabel
->
installEventFilter
(
h
);
ui
.
volumeSlider
->
setFocusPolicy
(
Qt
::
NoFocus
);
BUTTON_SET_IMG
(
ui
.
playlistButton
,
""
,
volume
-
low
.
png
,
BUTTON_SET_IMG
(
ui
.
playlistButton
,
""
,
playlist_icon
.
png
,
playlistEmbeddedFlag
?
qtr
(
"Show playlist"
)
:
qtr
(
"Open playlist"
)
);
BUTTONACT
(
ui
.
playlistButton
,
playlist
()
);
...
...
modules/gui/qt4/pixmaps/playlist_icon.png
0 → 100644
View file @
9c96cd89
162 Bytes
modules/gui/qt4/res.qrc
View file @
9c96cd89
...
...
@@ -9,5 +9,6 @@
<file>
pixmaps/volume-high.png
</file>
<file
alias=
"vlc128.png"
>
../../../share/vlc128x128.png
</file>
<file
alias=
"noart.png"
>
pixmaps/noart.png
</file>
<file>
pixmaps/playlist_icon.png
</file>
</qresource>
</RCC>
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