X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiTabular.h;h=9b31a94c79d4266e02a579cd67c8833b6b48cf65;hb=d3312032eeea9a682840e3a6b6a762cb4adec729;hp=ac5f353bdf1e38796a7d9fae379d0f5a4cf4411d;hpb=addba25b984a3b9886e36b609804335fb03ddaba;p=lyx.git diff --git a/src/frontends/qt4/GuiTabular.h b/src/frontends/qt4/GuiTabular.h index ac5f353bdf..9b31a94c79 100644 --- a/src/frontends/qt4/GuiTabular.h +++ b/src/frontends/qt4/GuiTabular.h @@ -17,6 +17,7 @@ #include "InsetParamsWidget.h" #include "ui_TabularUi.h" +#include "insets/InsetTabular.h" namespace lyx { namespace frontend { @@ -48,6 +49,10 @@ private: void setVAlign(std::string & param_str) const; /// void setTableAlignment(std::string & param_str) const; + /// + void setWidthAndAlignment(); + /// + bool funcEnabled(Tabular::Feature f) const; }; } // namespace frontend