Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 39815cfb0428fd9d1c438b6b3c91a209 > files > 1180

qt3-example-3.3.8-4.2mdv2007.1.x86_64.rpm

/*
$Id: qt/tabdialog.doc   3.3.8   edited May 27 2003 $
*/
/*!   \page tabdialog-example.html

  \ingroup examples
  \title Tabdialog

  This example shows how to use a dialog with multiple tabs
  (pages). To start the program you have to specify a filename
  as the first argument. The dialog shows information about the
  file separated onto different tabs.

  <hr>

  Header file:

  \include tabdialog/tabdialog.h

  <hr>

  Implementation:

  \include tabdialog/tabdialog.cpp

  <hr>

  Main:

  \include tabdialog/main.cpp
*/