From 266b184c615022484b988e1638be768b11c0c19b Mon Sep 17 00:00:00 2001 From: alwin Date: Mon, 05 Apr 2004 22:09:25 +0000 Subject: yeah - autoresize and autoscale now have toggle-buttons and the image display respect these buttons ToDo: find a good way for prescaled loading of images if autoScale is on (in respect to autorotate and so on) --- (limited to 'noncore/graphics/opie-eye/gui/mainwindow.h') diff --git a/noncore/graphics/opie-eye/gui/mainwindow.h b/noncore/graphics/opie-eye/gui/mainwindow.h index 35116ae..6debf7f 100644 --- a/noncore/graphics/opie-eye/gui/mainwindow.h +++ b/noncore/graphics/opie-eye/gui/mainwindow.h @@ -37,6 +37,8 @@ public slots: void slotShowInfo( const QString& inf ); void slotDisplay( const QString& inf ); void slotReturn(); + void slotRotateToggled(bool); + void slotScaleToggled(bool); protected: void raiseIconView(); @@ -53,6 +55,9 @@ private: PIconView* m_view; imageinfo *m_info; ImageScrollView *m_disp; + bool autoRotate; + bool autoScale; + QToolButton*rotateButton; private slots: -- cgit v0.9.0.2