home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / extensions / xt / doc / index.doc.z / index.doc
Encoding:
Text File  |  2002-04-08  |  1.5 KB  |  51 lines

  1. /****************************************************************************
  2. ** $Id:  qt/index.doc   3.0.3   edited Oct 12 12:18 $
  3. **
  4. ** Index page
  5. **
  6. ** Copyright (C) 1995-1997 by Trolltech AS.  All rights reserved.
  7. **
  8. *****************************************************************************/
  9.  
  10. #if defined(QT_DEBUG)
  11. static char ident[] = "$Id:  qt/index.doc   3.0.3   edited Oct 12 12:18 $";
  12. #endif
  13.  
  14. /*! \page xt.html
  15.  
  16. \title Qt Xt/Motif Support Extension
  17.  
  18. The Qt Xt/Motif Support Extension assists the migration of old
  19. Xt and Motif based code to the more comfortable Qt toolkit.
  20.  
  21. <h2>Information</h2>
  22.  
  23. The Qt Xt/Motif Extension consists of the following classes:
  24. <ul>
  25.   <li>\link qxtapplication.html QXtApplication \endlink allows mixing of Xt/Motif and Qt widgets.
  26.   <li>\link qxtwidget.html QXtWidget \endlink is the base widget for Xt/Motif and Qt combination.
  27. </ul>
  28.  
  29. <h2>How-to</h2>
  30.  
  31. <ol>
  32.  <li>Ensure you are using X11R6.
  33.  <li>Ensure the programs you wish to port are compilable by a C++
  34.     compiler, or at least that this is the case for the parts
  35.     which need migration.
  36.  <li>Decide whether you are writing a new Qt application reusing
  37.     old Xt widgets, or introducing new Qt widgets into an existing
  38.     Xt/Motif application. See the corresponding 
  39.         \link xt-motif-examples.html example programs. \endlink
  40. </ol>
  41.  
  42. <h2>Known Bugs</h2>
  43.  
  44. This extension is under development.  The following problems exist:
  45.  
  46. <ul>
  47.  <li> The different focus models of Xt, Motif and Qt interfere.
  48.  <li> Clipboard handling between Xt/Motif and Qt does not work properly.
  49. </ul>
  50. */
  51.