This class is defined in the \fBQt Motif Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API.
The QMotif class provides the basis of the Motif Extension.
.PP
QMotif only provides a few public functions, but it is at the heart of the integration. QMotif is responsible for initializing the Xt toolkit and the Xt application context. It does not open a connection to the X server, that is done by QApplication.
.PP
The only member function in QMotif that depends on an X server connection is QMotif::initialize(). QMotif must be created before QApplication.
If \fIcontext\fR is 0, QMotif creates a default application context itself. The context is accessible through applicationContext().
.PP
All arguments passed to this function (\fIapplicationClass\fR, \fIoptions\fR and \fInumOptions\fR) are used to call XtDisplayInitialize() after QApplication has been constructed.