mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
Add tooltip for Artist and Flat View.
This commit is contained in:
@@ -74,6 +74,9 @@ TopBar::TopBar( QWidget* parent )
|
||||
|
||||
ui->radioCloud->hide();
|
||||
|
||||
ui->radioNormal->setToolTip(tr("Artist View"));
|
||||
ui->radioDetailed->setToolTip(tr("Flat View"));
|
||||
|
||||
connect( ui->radioNormal, SIGNAL( clicked() ), SIGNAL( artistMode() ) );
|
||||
connect( ui->radioDetailed, SIGNAL( clicked() ), SIGNAL( flatMode() ) );
|
||||
connect( ui->radioCloud, SIGNAL( clicked() ), SIGNAL( albumMode() ) );
|
||||
|
Reference in New Issue
Block a user