Mercurial > hg > easaier-soundaccess
diff widgets/RelatedMediaWidget.h @ 257:057856cf81a2
reformat the InfoWidget and integrate the related media query
| author | lbajardsilogic |
|---|---|
| date | Wed, 18 Jun 2008 10:38:39 +0000 |
| parents | 77f4ef621c54 |
| children |
line wrap: on
line diff
--- a/widgets/RelatedMediaWidget.h Tue Jun 17 11:59:02 2008 +0000 +++ b/widgets/RelatedMediaWidget.h Wed Jun 18 10:38:39 2008 +0000 @@ -14,6 +14,8 @@ #ifndef _RELATED_MEDIA_WIDGET_H_ #define _RELATED_MEDIA_WIDGET_H_ +#include <map> + #include <QWidget> #include <QPainter> #include <QGridLayout> @@ -31,8 +33,11 @@ void reset(); - void addRelatedMedia(const QString &filename); + void addRelatedMedia(const QString &filename, std::map<QString, QString> relMediaList); +protected slots: + void showLabel(QString); + protected: FlowLayout *m_relMediaLayout;
