]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/Dialogs.C
add minipage dialog
[features.git] / src / frontends / qt2 / Dialogs.C
index 6ad64d62155a163ee2b4ca6ce622e4d0babe3af6..f22d3db81e01da196848889fc22b77a2522cbc42 100644 (file)
 #include "QERTDialog.h"
 #include "QExternalDialog.h"
 #include "QGraphicsDialog.h"
-#include "QIncludeDialog.h" 
+#include "QIncludeDialog.h"
 #include "QIndexDialog.h"
 #include "QLogDialog.h"
+#include "QMinipageDialog.h"
 #include "QRefDialog.h"
 #include "QTabularCreateDialog.h"
 #include "QThesaurusDialog.h"
 #include "QURLDialog.h"
 #include "QVCLogDialog.h"
+
 #include "QAbout.h"
 #include "QBibitem.h"
 #include "QBibtex.h"
@@ -42,6 +43,7 @@
 #include "QInclude.h"
 #include "QIndex.h"
 #include "QLog.h"
+#include "QMinipage.h"
 #include "QParagraph.h"
 #include "QPrint.h"
 #include "QRef.h"
@@ -52,7 +54,7 @@
 #include "QURL.h"
 #include "QVCLog.h"
 
-#include "QtLyXView.h" 
+#include "QtLyXView.h"
 #include "Dialogs.h"
 #include "BufferView.h"
 #include "buffer.h"
 #include "controllers/ControlInclude.h"
 #include "controllers/ControlIndex.h"
 #include "controllers/ControlLog.h"
+#include "controllers/ControlMinipage.h"
 #include "controllers/ControlRef.h"
 #include "controllers/ControlSplash.h"
 #include "controllers/ControlTabularCreate.h"
 #include "controllers/ControlThesaurus.h"
-#include "controllers/ControlUrl.h" 
+#include "controllers/ControlUrl.h"
 #include "controllers/ControlVCLog.h"
 #if 0
 #include "controllers/ControlButtons.h"
 #include "controllers/ControlCitation.h"
 #include "controllers/ControlFloat.h"
 #include "controllers/ControlLabel.h"
-#include "controllers/ControlMinipage.h"
 #include "controllers/ControlPreamble.h"
 #include "controllers/ControlPrint.h"
 #include "controllers/ControlRef.h"
@@ -92,7 +94,7 @@
 #endif
 
 #include "GUI.h"
+
 // this makes no real sense for Qt2
 SigC::Signal0<void> Dialogs::redrawGUI;
 
@@ -107,16 +109,17 @@ Dialogs::Dialogs(LyXView * lv)
        add(new GUIBibitem<QBibitem, Qt2BC>(*lv, *this));
        add(new GUIBibtex<QBibtex, Qt2BC>(*lv, *this));
        add(new GUICharacter<QCharacter, Qt2BC>(*lv, *this));
-       add(new GUIError<QError, Qt2BC>(*lv, *this)); 
-       add(new GUIERT<QERT, Qt2BC>(*lv, *this)); 
-       add(new GUIExternal<QExternal, Qt2BC>(*lv, *this)); 
+       add(new GUIError<QError, Qt2BC>(*lv, *this));
+       add(new GUIERT<QERT, Qt2BC>(*lv, *this));
+       add(new GUIExternal<QExternal, Qt2BC>(*lv, *this));
        add(new GUIGraphics<QGraphics, Qt2BC>(*lv, *this));
-       add(new GUIInclude<QInclude, Qt2BC>(*lv, *this)); 
+       add(new GUIInclude<QInclude, Qt2BC>(*lv, *this));
        add(new GUIIndex<QIndex, Qt2BC>(*lv, *this));
-       add(new GUILog<QLog, Qt2BC>(*lv, *this)); 
+       add(new GUILog<QLog, Qt2BC>(*lv, *this));
+       add(new GUIMinipage<QMinipage, Qt2BC>(*lv, *this));
        add(new GUIRef<QRef, Qt2BC>(*lv, *this));
        add(new GUITabularCreate<QTabularCreate, Qt2BC>(*lv, *this));
-       add(new GUIThesaurus<QThesaurus, Qt2BC>(*lv, *this)); 
+       add(new GUIThesaurus<QThesaurus, Qt2BC>(*lv, *this));
        add(new GUIUrl<QURL, Qt2BC>(*lv, *this));
        add(new GUIVCLog<QVCLog, Qt2BC>(*lv, *this));