mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Show/Hide pictures working.
This code hoocks the pictures with the preferences change. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a00d8101c5
commit
b9d04c0cf4
4 changed files with 11 additions and 1 deletions
|
|
@ -20,6 +20,8 @@ class DivePictureItem : public DivePixmapItem {
|
|||
public:
|
||||
DivePictureItem(int row, QObject *parent = 0);
|
||||
void setPixmap(const QPixmap& pix);
|
||||
public slots:
|
||||
void settingsChanged();
|
||||
protected:
|
||||
void hoverEnterEvent(QGraphicsSceneHoverEvent *event);
|
||||
void hoverLeaveEvent(QGraphicsSceneHoverEvent *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue