Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main > by-pkgid > 551609c23f28e4be31292a04dbe5a613 > files > 780

qt3-devel-3.3.8b-6ark.i586.rpm

/*
*/
     
/*! \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 
*/