]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiERT.h
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / GuiERT.h
index 8177b01b8d0b77546fc902c778712447eb3b0c1a..35ca85c332a7af07980afbc6803068dcf9a28dec 100644 (file)
@@ -28,10 +28,11 @@ public:
 private:
        /// \name InsetParamsWidget inherited methods
        //@{
-       InsetCode insetCode() { return ERT_CODE; }
-       FuncCode creationCode() { return LFUN_INSET_INSERT; }
+       InsetCode insetCode() const { return ERT_CODE; }
+       FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };