Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 595000b5133f4458e88b0ef6355a26be > files > 26

qt3-devel-docs-3.3.8b-37.fc14.x86_64.rpm

/*
*/
/*!   \page addressbook-example.html

  \ingroup examples
  \title Simple Addressbook

  This examples shows how to write a very simple, but complete application
  using an addressbook as the example.

  <hr>

  Header file of the mainwindow:

  \include addressbook/mainwindow.h

  <hr>

  Implementation of the mainwindow:

  \include addressbook/mainwindow.cpp

  <hr>

  Header file of the centralwidget:

  \include addressbook/centralwidget.h

  <hr>

  Implementation of the centralwidget:

  \include addressbook/centralwidget.cpp

  <hr>

  Main:

  \include addressbook/main.cpp
*/