1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

[whatsnew] Set new Open URL pixmap

This commit is contained in:
Uwe L. Korn 2014-07-10 13:25:48 +01:00
parent 963908a0a1
commit b97f73f6e8
2 changed files with 6 additions and 3 deletions

View File

@ -232,6 +232,12 @@ color: grey;</string>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/universal-link-icon.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
</layout>

View File

@ -106,9 +106,6 @@ WhatsNewWidget_0_8::WhatsNewWidget_0_8( QWidget* parent )
}
{
QPixmap urlLookupPixmap = ImageRegistry::instance()->pixmap( RESPATH "images/drop-all-songs.svg", QSize( 64, 64 ) );
ui->urlLookupBoxImage->setPixmap( urlLookupPixmap );
connect( ui->urlLookupBoxHeader, SIGNAL( clicked() ), SLOT( urlLookupBoxClicked() ) );
connect( ui->urlLookupBoxImage, SIGNAL( clicked() ), SLOT( urlLookupBoxClicked() ) );
}