]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiView.h
Add the icon-size to the toolbar menu
[features.git] / src / frontends / qt4 / GuiView.h
index 4bc8b187a571e3500ed8a3d2b5f61bfeb41d2b96..a864f4b52a157bf4207b2bd8a071d5a88ceedbe1 100644 (file)
@@ -146,7 +146,6 @@ public:
        /// updates the possible layouts selectable
        void updateLayoutList();
        void updateToolbars();
-       QMenu * createPopupMenu();
 
        ///
        LayoutBox * getLayoutDialog() const;
@@ -237,13 +236,6 @@ private Q_SLOTS:
        ///
        void on_lastWorkAreaRemoved();
 
-       /// slots to change the icon size
-       void smallSizedIcons();
-       void normalSizedIcons();
-       void bigSizedIcons();
-       void hugeSizedIcons();
-       void giantSizedIcons();
-
        /// For completion of autosave or export threads.
        void processingThreadStarted();
        void processingThreadFinished();
@@ -257,6 +249,9 @@ private Q_SLOTS:
        void updateStatusBarMessage(QString const & str);
        void clearMessageText();
 
+       ///
+       void toolBarPopup(const QPoint &pos);
+
 private:
        /// Open given child document in current buffer directory.
        void openChildDocument(std::string const & filename);