Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The QXtApplication class facilitates the mixing of Xt/Motif and Qt widgets.
This class is part of the Qt Xt/Motif Extension. More...
#include <qxt.h>
Inherits QApplication.
This class is defined in the Qt Xt/Motif Extension, which can be found in the qt/extensions directory. It is not included in the main Qt API.
The QXtApplication class facilitates the 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.
Use this constructor when writing a new Qt application which needs to use some existing Xt/Motif widgets.
The argc and argv arguments are passed to the QApplication constructor.
Use this constructor when introducing Qt widgets into an existing Xt/Motif application.
Constructs a QApplication from the display of an already-initialized Xt application. If visual and colormap are non-zero, the application will use those as the default Visual and Colormap contexts.
Use this constructor when introducing Qt widgets into an existing Xt/Motif application.
The argc and argv arguments are passed to the QApplication constructor.
This file is part of the Qt toolkit. Copyright © 1995-2002 Trolltech. All Rights Reserved.
Copyright © 2002 Trolltech | Trademarks | Qt version 3.0.5
|