1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

* Fading covers in AudioControls.

This commit is contained in:
Christian Muehlhaeuser
2012-03-31 07:15:11 +02:00
parent f0f9e6847b
commit c054d07110
2 changed files with 7 additions and 4 deletions

View File

@@ -142,7 +142,7 @@
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<widget class="QLabel" name="coverImage"> <widget class="FadingPixmap" name="coverImage">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@@ -561,6 +561,11 @@
<extends>QLabel</extends> <extends>QLabel</extends>
<header>widgets/querylabel.h</header> <header>widgets/querylabel.h</header>
</customwidget> </customwidget>
<customwidget>
<class>FadingPixmap</class>
<extends>QLabel</extends>
<header>widgets/FadingPixmap.h</header>
</customwidget>
</customwidgets> </customwidgets>
<resources/> <resources/>
<connections/> <connections/>

View File

@@ -142,6 +142,7 @@ set( libGuiSources
widgets/HeaderWidget.cpp widgets/HeaderWidget.cpp
widgets/combobox.cpp widgets/combobox.cpp
widgets/ToggleButton.cpp widgets/ToggleButton.cpp
widgets/FadingPixmap.cpp
widgets/SocialPlaylistWidget.cpp widgets/SocialPlaylistWidget.cpp
widgets/infowidgets/sourceinfowidget.cpp widgets/infowidgets/sourceinfowidget.cpp
widgets/infowidgets/ArtistInfoWidget.cpp widgets/infowidgets/ArtistInfoWidget.cpp
@@ -152,9 +153,6 @@ set( libGuiSources
IF(QCA2_FOUND) IF(QCA2_FOUND)
set( libGuiSources ${libGuiSources} utils/groovesharkparser.cpp ) set( libGuiSources ${libGuiSources} utils/groovesharkparser.cpp )
ENDIF(QCA2_FOUND)
IF(QCA2_FOUND)
set( libGuiHeaders ${libGuiHeaders} utils/groovesharkparser.h ) set( libGuiHeaders ${libGuiHeaders} utils/groovesharkparser.h )
ENDIF(QCA2_FOUND) ENDIF(QCA2_FOUND)