From 990437d4a5ef58caeb0ec0ef8cd1bdd37710cd25 Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Sat, 17 Apr 2010 15:54:04 +0300 Subject: [PATCH] qt4: add tooltip to playlist viewchange-button --- modules/gui/qt4/components/playlist/standardpanel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp index 6dcf065576..45b9938fc2 100644 --- a/modules/gui/qt4/components/playlist/standardpanel.cpp +++ b/modules/gui/qt4/components/playlist/standardpanel.cpp @@ -96,6 +96,7 @@ StandardPLPanel::StandardPLPanel( PlaylistWidget *_parent, /* Button to switch views */ QToolButton *viewButton = new QToolButton( this ); viewButton->setIcon( style()->standardIcon( QStyle::SP_FileDialogDetailedView ) ); + viewButton->setToolTip( qtr("Change playlistview")); layout->addWidget( viewButton, 0, 1 ); /* View selection menu */ -- 2.39.2