| 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>
...
| Copyright © 2003 Trolltech | Trademarks | Qt version 3.2.0
|