Allows mixing of Xt/Motif and Qt widgets. This class is part of the Qt Xt/Motif Extension. More...
#include <qxt.h>
Inherits QApplication.
Allows mixing of Xt/Motif and Qt widgets.
The QXtApplication and QXtWidget classes allow old Xt or Motif widgets to be used in new Qt applications. They also allow Qt widgets to be used in primarily Xt/Motif applications. The facility is intended to aid migration from Xt/Motif to the more comfortable Qt system.
Examples: mainlyMotif/editor.cpp mainlyQt/editor.cpp mainlyXt/editor.cpp
Constructs a QApplication from the display of an already-initialized Xt application.
Use this constructor when introducing Qt widgets into an existing Xt/Motif application.
Constructs a QApplication and initializes the Xt toolkit. The appclass, options, num_options, and resources arguments are passed on to XtAppSetFallbackResources and XtDisplayInitialize.
Use this constructor when writing a new Qt application which needs to use some existing Xt/Motif widgets.
Destructs the application. Does not close the Xt toolkit.
Reimplemented to pass client messages to Xt.
Search the documentation, FAQ, qt-interest archive and more (uses
www.troll.no):
This file is part of the Qt toolkit, copyright © 1995-98 Troll Tech, all rights reserved.
It was generated from the following files:
Copyright © 1998 Troll Tech | Trademarks | Qt version 1.42
|