]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
add tool bar popup with three icon sizes: small, normal, big
[lyx.git] / src / frontends / qt4 / GuiView.h
index 43d3e859ff10bdff699a0730bc1b25fd37bc5a59..40adbb420cb8c5743fad77af55d725cf870fea64 100644 (file)
@@ -7,6 +7,7 @@
  * \author Lars Gullik Bjornes
  * \author John Levon
  * \author Abdelrazak Younes
+ * \author Peter Kümmel
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -96,6 +97,11 @@ public Q_SLOTS:
 
        void currentTabChanged (int index); 
 
+       /// slots to change the icon size
+       void smallSizedIcons();
+       void normalSizedIcons();
+       void bigSizedIcons();
+
 protected:
        /// make sure we quit cleanly
        virtual void closeEvent(QCloseEvent * e);
@@ -127,6 +133,8 @@ private:
        ///
        QRect floatingGeometry_;
 
+       void setIconSize(unsigned int size);
+
        struct GuiViewPrivate;
        GuiViewPrivate& d;
 };