]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Dialogs2.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / Dialogs2.C
index 479dae737e232c151dfd4ea35b83c075c425a39c..2b1b1ce0cae453c2ed9b40eb9f830838f37b39b1 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Allan Rae
- * \author Angus Leeming 
+ * \author Angus Leeming
  *
  * Full author contact details are available in file CREDITS
  */
@@ -18,6 +18,7 @@
 
 #include "Dialogs_impl.h"
 
+
 void Dialogs::showAboutlyx()
 {
        pimpl_->aboutlyx.controller().show();
@@ -171,12 +172,14 @@ void Dialogs::updateParagraph()
 
 void Dialogs::showPreamble()
 {
-       pimpl_->document.controller().showPreamble();
+       // FIXME
 }
 
 
 void Dialogs::showPreferences()
-{}
+{
+       pimpl_->prefs.controller().show();
+}
 
 
 void Dialogs::showPrint()
@@ -216,11 +219,15 @@ void Dialogs::showSpellchecker()
 
 
 void Dialogs::showTabular(InsetTabular * it)
-{}
+{
+       pimpl_->tabular.controller().showInset(it);
+}
 
 
 void Dialogs::updateTabular(InsetTabular * it)
-{}
+{
+       pimpl_->tabular.controller().updateInset(it); 
+}
 
 
 void Dialogs::showTabularCreate()