From 1e6986d87010a636d151f77b3da2a40d52a95178 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Tue, 29 Jul 2014 22:13:14 -0300 Subject: Instead of holding the index, hold the URL. Since the idea is to remove the picture in the future, we need to not hold the row on the model, as when we delete one, the other pictures will change the row. but the QUrl is unique. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/profile/divepixmapitem.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'qt-ui/profile/divepixmapitem.h') diff --git a/qt-ui/profile/divepixmapitem.h b/qt-ui/profile/divepixmapitem.h index b5bed37ce..d39f26db6 100644 --- a/qt-ui/profile/divepixmapitem.h +++ b/qt-ui/profile/divepixmapitem.h @@ -18,17 +18,18 @@ class DivePictureItem : public DivePixmapItem { Q_OBJECT Q_PROPERTY(qreal scale WRITE setScale READ scale) public: - DivePictureItem(int row, QObject *parent = 0); + DivePictureItem(QObject *parent = 0); void setPixmap(const QPixmap& pix); public slots: void settingsChanged(); void removePicture(); + void setFileUrl(const QString& s); protected: void hoverEnterEvent(QGraphicsSceneHoverEvent *event); void hoverLeaveEvent(QGraphicsSceneHoverEvent *event); void mousePressEvent(QGraphicsSceneMouseEvent *event); private: - int rowOnModel; + QString fileUrl; }; class DiveButtonItem : public DivePixmapItem { -- cgit v1.2.3-70-g09d2