]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabular.h
Merge remote-tracking branch 'features/properpaint' into 2.3.2-staging
[lyx.git] / src / frontends / qt4 / GuiTabular.h
index 1d90afa60445f1f3938034432c2350a27b0fe297..20f7681780566eafe394a416c43dc7dccc19d5cb 100644 (file)
@@ -42,10 +42,14 @@ private:
        //@{
        InsetCode insetCode() const { return TABULAR_CODE; }
        FuncCode creationCode() const { return LFUN_TABULAR_INSERT; }
+       QString dialogTitle() const { return qt_("Tabular Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 
+       ///
+       void enableWidgets() const;
        ///
        void setHAlign(std::string & param_str) const;
        ///