Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The Qt Motif Extension assists the migration of old Xt and Motif based applications to the more comfortable Qt toolkit. This extension replaces the older Xt/Motif Support Extension included with earlier versions of Qt.
The Qt Motif Extension consists of the following classes:
*userColorObj: false
// Qt headers first #include <qapplication.h> #include <qpushbutton.h> #include <qsocket.h> ... // QMotif* headers next #include <qmotif.h> #include <qmotifdialog.h> #include <qmotifwidget.h> // Xt/Motif and X11 headers last #include <X11/Xlib.h> #include <Xt/Intrinsic.h> #include <Xm/Xm.h> ...
The only way to work around this problem is to ensure that Motif and Qt use a different X11 connection. However, this solution will not work when using QMotifWidget in the widget heirarchy (since QMotifWidget uses the same X11 display connection that Qt does).
This problem will be fixed in a future release.
Copyright © 2003 Trolltech | Trademarks | Qt 3.2.1
|