From e1ed329d0b8be10ac6e019d37b82afcf21990691 Mon Sep 17 00:00:00 2001 From: alwin Date: Fri, 12 Nov 2004 15:57:59 +0000 Subject: - fixed a bug in docview-lister: different files may have same docview name. So mapping filenames to docname isn't usefull. - when opie-eye is started from doctab closing the imagewindow closes the application - when a doc-link is changed while opie-eye is running it get the changes, too. --- (limited to 'noncore/graphics/opie-eye/gui/imageview.h') diff --git a/noncore/graphics/opie-eye/gui/imageview.h b/noncore/graphics/opie-eye/gui/imageview.h index 2408211..f1067bb 100644 --- a/noncore/graphics/opie-eye/gui/imageview.h +++ b/noncore/graphics/opie-eye/gui/imageview.h @@ -39,6 +39,7 @@ public: virtual void enableFullscreen(); void stopSlide(); void setMenuActions(QActionGroup*hGroup,QActionGroup*nextprevGroup, QActionGroup*disptypeGroup); + void setCloseIfHide(bool); signals: void dispImageInfo(const QString&); @@ -61,6 +62,7 @@ protected: int m_slideValue; virtual void focusInEvent ( QFocusEvent * ); QActionGroup *m_gDisplayType,*m_gPrevNext,*m_hGroup; + bool closeIfHide:1; public slots: virtual void hide(); -- cgit v0.9.0.2