]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/README
remove references to Qt3/Gtk
[features.git] / src / frontends / qt4 / README
index 14ddede18675e5afed656a663515b9d7d6b81cce..1cf0eae7cb9403c67cec022dd016599ccfb7866d 100644 (file)
@@ -15,9 +15,6 @@ to use QWhatsThis too, but this must be done in the derived class's
 constructor, and use _("..."). Non-trivial means that things like "OK"
 /must not/ have a tooltip.
 
-*DO NOT USE DESIGNER FROM Qt 3*. You must use a designer from Qt 2 to
-maintain compatibility.
-
 moc is incredibly stupid and sometimes you need a fully qualified
 "std::string" for .connect() statements to work. Be very, very careful.
 
@@ -41,8 +38,6 @@ Never call buttoncontroller functions directly from dialogs. In general, you
 should use Qt2Base::changed() in all circumstances. However, if you must call
 the buttoncontroller, make sure to respect Qt2Base::updating_
 
-Don't #undef emit - #include "QtLyXView.h" instead
-
 Naming conventions
 ------------------