]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QTabular.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QTabular.h
index 572d6ccce095ea88003b5644f0351241c0dbb19f..451fd42dd5c4becc0115d3fda29a0d063ac5ddb2 100644 (file)
@@ -6,6 +6,8 @@
  *
  * \author John Levon
  * \author Kalle Dalheimer
+ * \author Juergen Spitzmueller
+ * \author Herbert Voss
  *
  * Full author contact details are available in file CREDITS
  */
@@ -37,10 +39,14 @@ protected:
 private:
        /// We can't use this ...
        virtual void apply() {}
+       /// update borders
+       virtual void update_borders();
        /// update
        virtual void update_contents();
        /// build the dialog
        virtual void build_dialog();
+       /// save some values before closing the gui
+       virtual void closeGUI();
 };
 
 #endif // QTABULAR_H