]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabular.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiTabular.h
index 9b31a94c79d4266e02a579cd67c8833b6b48cf65..1d90afa60445f1f3938034432c2350a27b0fe297 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
@@ -53,6 +56,10 @@ private:
        void setWidthAndAlignment();
        ///
        bool funcEnabled(Tabular::Feature f) const;
+       ///
+       bool firstheader_suppressable_;
+       ///
+       bool lastfooter_suppressable_;
 };
 
 } // namespace frontend