Sophie

Sophie

distrib > CentOS > 5 > i386 > by-pkgid > be664ba2d63ab2eac08b72318ca61ae8 > files > 38

qt-devel-docs-3.3.6-26.el5.i386.rpm

/*
$Id: qt/application.doc   3.3.6   edited May 27 2003 $
*/
     
/*! \page simple-application-example.html

  \ingroup examples

  \title A Complete Application Window
 
  This example program looks like a complete modern application.  It
  has a menu bar, it has a tool bar, it has a status bar and works
  like a simple text editor.
 
  There is a <a href="simple-application.html">walkthrough</a> of
  this example.
 
  <hr>
 
  Header file:
 
  \include application/application.h
 
  <hr>
 
  Implementation:
 
  \include application/application.cpp
 
  <hr>
 
  Main:
 
  \include application/main.cpp 
*/