]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPrefs.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiPrefs.h
index 737d37812fa14a4ab11b606fa9759986f744beac..2a0405fb3ec337eb1a482fd30757f8fe31bf801a 100644 (file)
@@ -226,6 +226,7 @@ public:
        virtual void update(LyXRC const & rc);
 
 private Q_SLOTS:
+       void on_latexEncodingCB_stateChanged(int state);
        void on_latexBibtexCO_activated(int n);
        void on_latexIndexCO_activated(int n);
 
@@ -281,6 +282,9 @@ public:
 
        void apply(LyXRC & rc) const;
        void update(LyXRC const & rc);
+
+private Q_SLOTS:
+       void on_instantPreviewCO_currentIndexChanged(int);
 };
 
 
@@ -300,6 +304,7 @@ private Q_SLOTS:
        void selectBackupdir();
        void selectWorkingdir();
        void selectThesaurusdir();
+       void selectHunspelldir();
        void selectLyxPipe();
 
 };
@@ -366,11 +371,21 @@ private Q_SLOTS:
        void on_formatsCB_editTextChanged(const QString &);
        void on_formatNewPB_clicked();
        void on_formatRemovePB_clicked();
+       void on_viewerCO_currentIndexChanged(int i);
+       void on_editorCO_currentIndexChanged(int i);
        void setFlags();
        void updatePrettyname();
 
 private:
        Format & currentFormat();
+       ///
+       void updateViewers();
+       ///
+       void updateEditors();
+       ///
+       LyXRC::Alternatives viewer_alternatives;
+       ///
+       LyXRC::Alternatives editor_alternatives;
 };