]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabular.h
Amend f441590c
[lyx.git] / src / frontends / qt4 / GuiTabular.h
index c36076f1d541f5baa21d7d3ef86b941fdaa6de5d..c19e066ddb3be9fea0be77f76f6f0630bae05f42 100644 (file)
@@ -33,6 +33,9 @@ private Q_SLOTS:
        void checkEnabled();
        void borderSet_clicked();
        void borderUnset_clicked();
+       void on_topspaceCO_activated(int index);
+       void on_bottomspaceCO_activated(int index);
+       void on_interlinespaceCO_activated(int index);
 
 private:
        /// \name InsetParamsWidget inherited methods
@@ -41,8 +44,11 @@ private:
        FuncCode creationCode() const { return LFUN_TABULAR_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 
+       ///
+       void enableWidgets() const;
        ///
        void setHAlign(std::string & param_str) const;
        ///