From cce0a7a0d315993645870e88591b4afd647480a7 Mon Sep 17 00:00:00 2001 From: alwin Date: Mon, 08 Nov 2004 15:22:07 +0000 Subject: image preview for documenttab again, I think, for first shot it is working fine now. --- (limited to 'core/launcher/launcherview.h') diff --git a/core/launcher/launcherview.h b/core/launcher/launcherview.h index 3cca7f7..0be9a1f 100644 --- a/core/launcher/launcherview.h +++ b/core/launcher/launcherview.h @@ -146,7 +146,7 @@ protected slots: virtual void sendRequest(); signals: - void sig_Thumbnail(const QPixmap&,const QString&); + void sig_Thumbnail(const QPixmap&,const QString&,int); protected: PixmapInfos m_inThumbNail; @@ -216,6 +216,7 @@ public: void setSortMethod( SortMethod m ); int compare(const AppLnk* a, const AppLnk* b); + void requestEyePix(const LauncherItem*which); protected: void timerEvent( QTimerEvent *te ); @@ -228,7 +229,7 @@ protected: void checkCallback(); protected slots: - void setEyePixmap(const QPixmap&,const QString&); + void setEyePixmap(const QPixmap&,const QString&,int width); private: QList hidden; -- cgit v0.9.0.2