QXtApplication - Allows mixing of Xt/Motif and Qt widgets
#include <qxt.h>
Inherits QApplication.
Public Members
QXtApplication ( int & argc, char ** argv, const char *
appclass=0, XrmOptionDescRec * options=0, int
num_options=0, const char ** resources=0 )
QXtApplication ( Display * )
QXtApplication ( Display *, int, char ** )
~QXtApplication ()
DESCRIPTION
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.
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: mainlyQt/editor.cpp mainlyXt/editor.cpp
mainlyMotif/editor.cpp
MEMBER FUNCTION DOCUMENTATION
QXtApplication::QXtApplication ( Display * display )
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.
QXtApplication::QXtApplication ( int & argc, char ** argv, const
char * appclass=0, XrmOptionDescRec * options=0, int
num_options=0, const char ** resources=0 )
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.
QXtApplication::~QXtApplication ()
Destructs the application. Does not close the Xt toolkit.
http://doc.trolltech.com/qxtapplication.html
http://www.trolltech.com/faq/tech.html
COPYRIGHT
Copyright 1992-2001 Trolltech AS,
http://www.trolltech.com. See the license file included
in the distribution for a complete license statement.
AUTHOR
Generated automatically from the source code.
BUGS
If you find a bug in Qt, please report it as described in
http://doc.trolltech.com/bughowto.html. Good bug reports
make our job much simpler. Thank you.
In case of content or formattting problems with this
manual page, please report them to qt-bugs@trolltech.com.
Please include the name of the manual page
(qxtapplication.3qt) and the Qt version (2.3.1).
Man(1) output converted with
man2html