From 9d3ed99ab02271496c0412fe97ad89575492582c Mon Sep 17 00:00:00 2001 From: Simon Paul St James Date: Tue, 27 Jan 2009 19:50:21 +0000 Subject: Initial import of Matthias's draft patch for adding video and audio previewing (similar to the file dialog) to Dolphin's metadata panel. Since Phonon is currently in-process only with the memory/ stability issues that come with this, this might have to be disabled by default - we'll see how it goes. Thanks, Matthias! CCMAIL:kretz@kde.org CCMAIL:peter.penz@gmx.at svn path=/trunk/KDE/kdebase/apps/; revision=917389 --- src/panels/information/informationpanel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/panels/information/informationpanel.h') diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h index 527148ae8..50a1e6151 100644 --- a/src/panels/information/informationpanel.h +++ b/src/panels/information/informationpanel.h @@ -185,6 +185,9 @@ private: KFileItem m_fileItem; // file item for m_shownUrl if available (otherwise null) KFileItemList m_selection; + QLabel* m_infoLabel; + QWidget* m_phononWidget; + QLabel* m_nameLabel; PixmapViewer* m_preview; MetaDataWidget* m_metaDataWidget; -- cgit v1.3.1