]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiVSpace.h
rename buffer parameter math_number_before to math_numbering_side
[lyx.git] / src / frontends / qt4 / GuiVSpace.h
index 1c28142ffad6e326d2d63fcd29278205b44a2d66..36b4fecffa2f8192d7e21da3684e457d59084728 100644 (file)
@@ -33,12 +33,14 @@ private Q_SLOTS:
        void enableCustom(int);
 
 private:
-       /// \name DialogView inherited methods
+       /// \name InsetParamsWidget inherited methods
        //@{
-       InsetCode insetCode() { return VSPACE_CODE; }
-       FuncCode creationCode() { return LFUN_INSET_INSERT; }
+       InsetCode insetCode() const { return VSPACE_CODE; }
+       FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Vertical Space Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };