1
0
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:
Alejandro Wainzinger
2011-06-21 02:30:47 -07:00
parent 20181affd1
commit a59768ee9b

View File

@@ -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() ) );