class PixmapViewer;
class PlacesItemModel;
class QPixmap;
+class QDialogButtonBox;
class QString;
class QLabel;
class QScrollArea;
*/
void refreshPreview();
+ /**
+ * Switch the metadatawidget into configuration mode
+ */
+ void configureShownProperties();
+
+ /*
+ * Set the auto play media mode for the file previewed
+ * Eventually starting media playback when turning it on
+ * But not stopping it when turning it off
+ */
+ void setPreviewAutoPlay(bool autoPlay);
+
signals:
void urlActivated( const QUrl& url );
+ void configurationFinished();
public slots:
/**
QLabel* m_nameLabel;
Baloo::FileMetaDataWidget* m_metaDataWidget;
QScrollArea* m_metaDataArea;
+ QLabel* m_configureLabel;
+ QDialogButtonBox* m_configureButtons;
PlacesItemModel* m_placesItemModel;
};