1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-24 03:43:56 +01:00

Use filter.png for the filter in the topbar

This commit is contained in:
Dominik Schmidt 2011-08-09 03:20:40 +02:00
parent d7dd3292ff
commit a46aadd843
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<file>./data/images/back-pressed.png</file>
<file>./data/images/back-rest.png</file>
<file>./data/images/cover-shadow.png</file>
<file>./data/images/filter.png</file>
<file>./data/images/loved.png</file>
<file>./data/images/not-loved.png</file>
<file>./data/images/no-album-art-placeholder.png</file>

View File

@ -19,6 +19,8 @@
#include "topbar.h"
#include "ui_topbar.h"
#include "searchbutton.h"
#include <QPropertyAnimation>
#include <QRadioButton>
#include <QFile>
@ -53,6 +55,8 @@ TopBar::TopBar( QWidget* parent )
#endif
ui->filterEdit->setInactiveText( tr( "Filter" ) );
ui->filterEdit->searchButton()->setImage( QImage( RESPATH "images/filter.png" ) );
// initialise dudes
for( int i = 0; i < MAXDUDES; ++i )
{