Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
2e436947
Commit
2e436947
authored
Jan 31, 2008
by
Christophe Mutricy
Browse files
Add a tooltip
parent
28825619
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/playlist/standardpanel.cpp
View file @
2e436947
...
...
@@ -137,7 +137,8 @@ StandardPLPanel::StandardPLPanel( PlaylistWidget *_parent,
buttons
->
addWidget
(
repeatButton
);
/* Goto */
gotoPlayingButton
=
new
QPushButton
(
qtr
(
"X"
),
this
);
gotoPlayingButton
=
new
QPushButton
(
"X"
,
this
);
gotoPlayingButton
->
setToolTip
(
qtr
(
"Show the current item"
));
BUTTONACT
(
gotoPlayingButton
,
gotoPlayingItem
()
);
buttons
->
addWidget
(
gotoPlayingButton
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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