home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- ** $Id: qt/index.doc 3.0.3 edited Oct 12 12:18 $
- **
- ** Index page
- **
- ** Copyright (C) 1995-1997 by Trolltech AS. All rights reserved.
- **
- *****************************************************************************/
-
- #if defined(QT_DEBUG)
- static char ident[] = "$Id: qt/index.doc 3.0.3 edited Oct 12 12:18 $";
- #endif
-
- /*! \page xt.html
-
- \title Qt Xt/Motif Support Extension
-
- The Qt Xt/Motif Support Extension assists the migration of old
- Xt and Motif based code to the more comfortable Qt toolkit.
-
- <h2>Information</h2>
-
- The Qt Xt/Motif Extension consists of the following classes:
- <ul>
- <li>\link qxtapplication.html QXtApplication \endlink allows mixing of Xt/Motif and Qt widgets.
- <li>\link qxtwidget.html QXtWidget \endlink is the base widget for Xt/Motif and Qt combination.
- </ul>
-
- <h2>How-to</h2>
-
- <ol>
- <li>Ensure you are using X11R6.
- <li>Ensure the programs you wish to port are compilable by a C++
- compiler, or at least that this is the case for the parts
- which need migration.
- <li>Decide whether you are writing a new Qt application reusing
- old Xt widgets, or introducing new Qt widgets into an existing
- Xt/Motif application. See the corresponding
- \link xt-motif-examples.html example programs. \endlink
- </ol>
-
- <h2>Known Bugs</h2>
-
- This extension is under development. The following problems exist:
-
- <ul>
- <li> The different focus models of Xt, Motif and Qt interfere.
- <li> Clipboard handling between Xt/Motif and Qt does not work properly.
- </ul>
- */
-