class QString;
class QLabel;
class QScrollArea;
+class QGestureEvent;
namespace KIO {
class PreviewJob;
*/
void setPreviewAutoPlay(bool autoPlay);
-signals:
+Q_SIGNALS:
void urlActivated( const QUrl& url );
void configurationFinished();
+ void contextMenuRequested(const QPoint& pos);
-public slots:
+public Q_SLOTS:
/**
* Is invoked after the file meta data configuration dialog has been
* closed and refreshes the displayed meta data by the panel.
/** @see QObject::eventFilter() */
bool eventFilter(QObject* obj, QEvent* event) override;
-private slots:
+ bool event(QEvent * event) override;
+
+private Q_SLOTS:
/**
* Is invoked if no preview is available for the item. In this
* case the icon will be shown.
*/
void refreshPixmapView();
+ bool gestureEvent(QGestureEvent* event);
+
private:
KFileItem m_item;