/*
*/
/*! \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.
Header file of the mainwindow:
\include addressbook/mainwindow.h
Implementation of the mainwindow:
\include addressbook/mainwindow.cpp
Header file of the centralwidget:
\include addressbook/centralwidget.h
Implementation of the centralwidget:
\include addressbook/centralwidget.cpp
Main:
\include addressbook/main.cpp
*/